diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/szip | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) | |
download | ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip |
Notes
Diffstat (limited to 'archivers/szip')
-rw-r--r-- | archivers/szip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index c35406b97e5f..926f43390924 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -12,7 +12,7 @@ DISTNAME= sz${PORTVERSION:S/.//}_src MAINTAINER= ports@FreeBSD.org COMMENT= Fast compression utility -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR} |