diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 00:06:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 00:06:13 +0800 |
commit | 9cbd7154072024bd044c97b990e168c5f5b39aa5 (patch) | |
tree | ffe48072683255e66a868240bd667624986c0b70 /archivers | |
parent | 2da5770ffe25137b308477f65e37cfe554f87679 (diff) | |
download | freebsd-ports-gnome-9cbd7154072024bd044c97b990e168c5f5b39aa5.tar.gz freebsd-ports-gnome-9cbd7154072024bd044c97b990e168c5f5b39aa5.tar.zst freebsd-ports-gnome-9cbd7154072024bd044c97b990e168c5f5b39aa5.zip |
Support stage
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/lzlib/Makefile b/archivers/lzlib/Makefile index da4054ebc281..2557afeb9bc1 100644 --- a/archivers/lzlib/Makefile +++ b/archivers/lzlib/Makefile @@ -12,7 +12,6 @@ COMMENT= In-memory LZMA compression and decompression library PLIST_FILES= include/lzlib.h \ lib/liblz.a -NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes MAKE_ARGS= ${MAKE_ENV} |