diff options
author | miwi <miwi@FreeBSD.org> | 2012-01-28 01:43:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-01-28 01:43:28 +0800 |
commit | 66bbeb826fe650cc58c4ac6e3f6d1a0a17a8edcb (patch) | |
tree | 6df87602e0c78a8de74964eccb9fbf7baf1b3b69 /archivers/lzlib | |
parent | 7c84e616954d034e8b9256ee8f7add56516522bf (diff) | |
download | freebsd-ports-gnome-66bbeb826fe650cc58c4ac6e3f6d1a0a17a8edcb.tar.gz freebsd-ports-gnome-66bbeb826fe650cc58c4ac6e3f6d1a0a17a8edcb.tar.zst freebsd-ports-gnome-66bbeb826fe650cc58c4ac6e3f6d1a0a17a8edcb.zip |
- Respect CXX/CXXFLAGS
PR: 163249
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout
Diffstat (limited to 'archivers/lzlib')
-rw-r--r-- | archivers/lzlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/lzlib/Makefile b/archivers/lzlib/Makefile index 72f4a71f3943..554eefc52e9c 100644 --- a/archivers/lzlib/Makefile +++ b/archivers/lzlib/Makefile @@ -18,6 +18,7 @@ PLIST_FILES= include/lzlib.h \ GNU_CONFIGURE= yes USE_GMAKE= yes +MAKE_ARGS= ${MAKE_ENV} INFO= lzlib .include <bsd.port.mk> |