svn commit: r324267 - head/comms/amtterm

Chris Rees crees at FreeBSD.org
Mon Aug 5 09:06:32 UTC 2013


Author: crees
Date: Mon Aug  5 09:06:31 2013
New Revision: 324267
URL: http://svnweb.freebsd.org/changeset/ports/324267

Log:
  We never actually build the GTK frontend anyway.  If anyone would like the
  GTK frontend built as an OPTION, they should feel free so to request.
  
  PR:		ports/180956
  Submitted by:	Stephen Hurd <shurd at sasktel.net>

Modified:
  head/comms/amtterm/Makefile

Modified: head/comms/amtterm/Makefile
==============================================================================
--- head/comms/amtterm/Makefile	Mon Aug  5 08:48:10 2013	(r324266)
+++ head/comms/amtterm/Makefile	Mon Aug  5 09:06:31 2013	(r324267)
@@ -2,7 +2,7 @@
 
 PORTNAME=	amtterm
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms
 MASTER_SITES=	https://www.kraxel.org/releases/${PORTNAME}/
 
@@ -12,12 +12,12 @@ COMMENT=	Serial-over-lan client for Inte
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
 RUN_DEPENDS=	p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite
 
 USE_GMAKE=	yes
 MAKEFILE=	GNUmakefile
 MAKE_ENV+=	mandir=${MANPREFIX}/man
+MAKE_ARGS+=	HAVE_GTK=no
 
 PLIST_FILES=	bin/${PORTNAME} \
 		bin/amttool \


More information about the svn-ports-head mailing list