diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-14 06:20:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-14 06:20:35 +0800 |
commit | 4533a2f06cbd1d6c6e7db74c01c2ca8252a60c43 (patch) | |
tree | ed735a8533659a45293d6f11bf7c0592186735fd /x11-toolkits/blt/Makefile | |
parent | d5faf17eb0506ee8dd771af257b01d63fe73b336 (diff) | |
download | freebsd-ports-gnome-4533a2f06cbd1d6c6e7db74c01c2ca8252a60c43.tar.gz freebsd-ports-gnome-4533a2f06cbd1d6c6e7db74c01c2ca8252a60c43.tar.zst freebsd-ports-gnome-4533a2f06cbd1d6c6e7db74c01c2ca8252a60c43.zip |
- Remove dependency on infozip
- Package man pages, I couldn't find any conflit in the ports tree
Diffstat (limited to 'x11-toolkits/blt/Makefile')
-rw-r--r-- | x11-toolkits/blt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index af81d9ac05f8..001cd2cb7d57 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -7,6 +7,7 @@ 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 @@ -17,8 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} -USES+= gmake tk -USE_ZIP= yes +USES= gmake tk USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -I${TCL_INCLUDEDIR}/generic \ |