diff options
author | crees <crees@FreeBSD.org> | 2013-08-05 17:06:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-08-05 17:06:31 +0800 |
commit | 75cc97aed5e5925f5addec78d2757a036b3b005d (patch) | |
tree | 02310d5a45e3702c4ee9f608faa172d9309d2c24 /comms | |
parent | 108f15db2a054b901cea67a5c55f73a07fcde49a (diff) | |
download | freebsd-ports-gnome-75cc97aed5e5925f5addec78d2757a036b3b005d.tar.gz freebsd-ports-gnome-75cc97aed5e5925f5addec78d2757a036b3b005d.tar.zst freebsd-ports-gnome-75cc97aed5e5925f5addec78d2757a036b3b005d.zip |
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>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/amtterm/Makefile | 4 |
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 \ |