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/advancecomp/Makefile | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) | |
download | ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip |
Notes
Diffstat (limited to 'archivers/advancecomp/Makefile')
-rw-r--r-- | archivers/advancecomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index 11198f7d5196..efb58bbd9367 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} MAINTAINER= danilogondolfo@gmail.com COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes MAN1= advdef.1 advmng.1 advpng.1 advzip.1 |