Date: Mon, 5 Aug 2013 09:06:32 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324267 - head/comms/amtterm Message-ID: <201308050906.r7596WvD014549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308050906.r7596WvD014549>