diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:01:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:01:35 +0000 |
commit | 0242a53187eace3168caf8d37da0d785b294515b (patch) | |
tree | 51c86af206180a611e873a16bc42b382a126a199 /lang/rexx-regutil | |
parent | b921f9a7eb896caa14bbceffc4a462ab5f0ec63d (diff) |
Notes
Diffstat (limited to 'lang/rexx-regutil')
-rw-r--r-- | lang/rexx-regutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/rexx-regutil/Makefile b/lang/rexx-regutil/Makefile index 102ffb158275..0fa23a7d8dde 100644 --- a/lang/rexx-regutil/Makefile +++ b/lang/rexx-regutil/Makefile @@ -13,7 +13,7 @@ COMMENT= An implementation of IBM's RexxUtil function library for Regina BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:${PORTSDIR}/lang/rexx-regina -USE_ZIP= yes +USES= zip WRKSRC= ${WRKDIR}/${PORTNAME} USE_LDCONFIG= yes |