diff options
author | marino <marino@FreeBSD.org> | 2014-05-29 05:54:01 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-29 05:54:01 +0800 |
commit | dc0942209533059c8b138246234b0a7327eddbc4 (patch) | |
tree | 4a806f43d2f9ce4d47225d54e040d70ef1df0c1b /x11-toolkits | |
parent | 59b7f0e9577fb65501ceec06b70a41e717f4794f (diff) | |
download | freebsd-ports-gnome-dc0942209533059c8b138246234b0a7327eddbc4.tar.gz freebsd-ports-gnome-dc0942209533059c8b138246234b0a7327eddbc4.tar.zst freebsd-ports-gnome-dc0942209533059c8b138246234b0a7327eddbc4.zip |
2 more ports: convert to USES+= zip
USES=zip is required when at least one distfile is a zip archive.
Approved by: general infrastructure blanket
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/blt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 001cd2cb7d57..f66fdef6599b 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= x11-toolkits tk MASTER_SITES= SF/wize DISTNAME= ${PORTNAME}-src-${PORTVERSION} -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Extension to the Tk toolkit @@ -18,7 +17,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} -USES= gmake tk +USES= gmake tk zip USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -I${TCL_INCLUDEDIR}/generic \ |