diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-01-16 07:14:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-01-16 07:14:09 +0000 |
commit | ac930c0369108fd96737a3c7b856441266eeb8d8 (patch) | |
tree | 2e268064f4c4043060d37b19b0919b832752592f /archivers/lzlib/Makefile | |
parent | dc4bdea1dda0a199ec51c28f7ad7c2654b8a4520 (diff) |
Notes
Diffstat (limited to 'archivers/lzlib/Makefile')
-rw-r--r-- | archivers/lzlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lzlib/Makefile b/archivers/lzlib/Makefile index 7c8053c40701..72f4a71f3943 100644 --- a/archivers/lzlib/Makefile +++ b/archivers/lzlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lzlib -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -17,6 +17,7 @@ PLIST_FILES= include/lzlib.h \ lib/liblz.a GNU_CONFIGURE= yes +USE_GMAKE= yes INFO= lzlib .include <bsd.port.mk> |