diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-08-05 09:06:31 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-08-05 09:06:31 +0000 |
commit | 253f789f774e0aff32b1a93bc343c48823787897 (patch) | |
tree | 02310d5a45e3702c4ee9f608faa172d9309d2c24 | |
parent | 8befc139be7d798f86e23824d4fe080a118c5aaa (diff) |
Notes
-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 \ |