diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 15:59:15 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 15:59:15 +0800 |
commit | 1331d93293ef63bc71feafdb99a718899ce5cf73 (patch) | |
tree | 4d307b471693ec4b275c79f06f7f888397796316 /archivers/lrzip/Makefile | |
parent | 56f183e9f5e3f81f98a57f54261bbb23a9e9f099 (diff) | |
download | freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.tar.gz freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.tar.zst freebsd-ports-gnome-1331d93293ef63bc71feafdb99a718899ce5cf73.zip |
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
Diffstat (limited to 'archivers/lrzip/Makefile')
-rw-r--r-- | archivers/lrzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index eec12d24e22e..69b5f654bb3d 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -19,8 +19,7 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USE_BZIP2= yes -USES= gmake pathfix perl5 +USES= tar:bzip2 gmake pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes |