summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-08-05 09:06:31 +0000
committerChris Rees <crees@FreeBSD.org>2013-08-05 09:06:31 +0000
commit253f789f774e0aff32b1a93bc343c48823787897 (patch)
tree02310d5a45e3702c4ee9f608faa172d9309d2c24 /comms
parent- Update to 9.1.6 (diff)
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@sasktel.net>
Notes
Notes: svn path=/head/; revision=324267
Diffstat (limited to 'comms')
-rw-r--r--comms/amtterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/amtterm/Makefile b/comms/amtterm/Makefile
index dad8c94cd252..43844a243e22 100644
--- a/comms/amtterm/Makefile
+++ b/comms/amtterm/Makefile
@@ -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 Intel AMT
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 \