diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-22 18:00:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-22 18:00:21 +0800 |
commit | aa5c1737799c9496d71e51598f679e74f81a6f5b (patch) | |
tree | 897e34e8c8b5d97ca1f7b6780bb2f28eca2f6065 | |
parent | 482966699d9a53075e5c906423b79a2f0445ac5a (diff) | |
download | freebsd-ports-graphics-aa5c1737799c9496d71e51598f679e74f81a6f5b.tar.gz freebsd-ports-graphics-aa5c1737799c9496d71e51598f679e74f81a6f5b.tar.zst freebsd-ports-graphics-aa5c1737799c9496d71e51598f679e74f81a6f5b.zip |
- Use USES=tk:wrapper
- Bump PORTREVISION for dependency change
Note:
Due to the limitation that tcl and tk cannot be set together in USES,
I choose tk:wrapper. Though BUILD_DEPENDS and RUN_DEPENDS changes,
PACKAGE-DEPENDS-LIST (package dependencies) remains identical.
PR: ports/182251
Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
-rw-r--r-- | security/sguil-client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sguil-client/Makefile b/security/sguil-client/Makefile index 2f3f3a633ba..7fc889f3d00 100644 --- a/security/sguil-client/Makefile +++ b/security/sguil-client/Makefile @@ -3,6 +3,7 @@ PORTNAME= sguil-client PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/sguil/sguil/sguil-${PORTVERSION} @@ -28,8 +29,8 @@ SANCP_DESC= Use sancp WIRESHARK_DESC= Install wireshark NO_BUILD= yes -USE_TK_WRAPPER= yes -USE_TCL= yes +NO_STAGE= yes +USES= tk:wrapper WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} SUB_LIST= SGUILDIR=${SGUILDIR} SUB_FILES= pkg-message @@ -40,9 +41,8 @@ PORTDOCS1= README PORTDOCS2= CHANGES FAQ INSTALL INSTALL.openbsd OPENSSL.README TODO UPGRADE USAGE sguildb.dia LIBFILES= SguilUtil.tcl dkffont.tcl email17.tcl extdata.tcl sellib.tcl sancp.tcl \ - sound.tcl guilib.tcl qrybuild.tcl qrylib.tcl report.tcl stdquery.tcl whois.tcl + sound.tcl guilib.tcl qrybuild.tcl qrylib.tcl report.tcl stdquery.tcl whois.tcl -NO_STAGE= yes .include <bsd.port.options.mk> .if $(PORT_OPTIONS:MAUDIO) |