aboutsummaryrefslogtreecommitdiff
path: root/graphics/libecwj2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-10 14:49:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-10 14:49:26 +0000
commit665bec206dcb6c4d1e6d2763147022da72013147 (patch)
treec9bc7d175d1787d3182be06d12c45d1a2fe32a2b /graphics/libecwj2
parentdd0f478654597e17086b295a97e2e7e1caa0b36c (diff)
downloadports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz
ports-665bec206dcb6c4d1e6d2763147022da72013147.zip
Convert g* to USES=zip
Notes
Notes: svn path=/head/; revision=347760
Diffstat (limited to 'graphics/libecwj2')
-rw-r--r--graphics/libecwj2/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile
index 0013b9b3f9ba..bcd56cbcc379 100644
--- a/graphics/libecwj2/Makefile
+++ b/graphics/libecwj2/Makefile
@@ -14,18 +14,11 @@ COMMENT= Erdas ECW and JPEG2000 support library
RESTRICTED= Registration required to download sources, \
but sources no longer available on ERDAS website
-USE_ZIP= yes
USE_AUTOTOOLS= libtool autoconf
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USES= gmake
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800000
-BROKEN= does not build on 7.X
-.endif
+USES= gmake zip:infozip
post-extract:
cd ${WRKDIR} && \
@@ -34,4 +27,4 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>