diff options
author | lioux <lioux@FreeBSD.org> | 2009-07-05 15:56:04 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-07-05 15:56:04 +0800 |
commit | ae2a60dbf423d3e63e999917218bcb1bcd93ce64 (patch) | |
tree | c42c72edf6bb07453eec507715f61d8d1ed84678 /archivers | |
parent | bc2fcdcf419a6960a0612d54ceb04d12a73e50c1 (diff) | |
download | freebsd-ports-gnome-ae2a60dbf423d3e63e999917218bcb1bcd93ce64.tar.gz freebsd-ports-gnome-ae2a60dbf423d3e63e999917218bcb1bcd93ce64.tar.zst freebsd-ports-gnome-ae2a60dbf423d3e63e999917218bcb1bcd93ce64.zip |
o Uphold CXX, CXXFLAGS and LDFLAGS.
o Bump PORTREVISION.
PR: 136312
Approved by: maintainer
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index 3570b10eec20..02006d7f50f7 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -7,6 +7,7 @@ PORTNAME= lzip PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -16,6 +17,9 @@ COMMENT= Is a lossless data compressor based on the LZMA algorithm PLIST_FILES= bin/lzip bin/lzdiff bin/lzgrep bin/lziprecover GNU_CONFIGURE= yes +CONFIGURE_ARGS= CXX="${CXX}" \ + CXXFLAGS="${CXXFLAGS}" \ + LDFLAGS="${LDFLAGS}" MAN1= lzip.1 lzdiff.1 lzgrep.1 lziprecover.1 INFO= lzip |