diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-07-05 07:56:04 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-07-05 07:56:04 +0000 |
commit | e09ec355e0906043d27fc56f276072ac6a523de2 (patch) | |
tree | 5a71ec1ae09fa4a64dc235bd808ec2127fa8542f /archivers/lzip | |
parent | 7cfb883f9735d2e18386b22b5dbdba90f7242e13 (diff) |
Notes
Diffstat (limited to 'archivers/lzip')
-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 |