aboutsummaryrefslogtreecommitdiff
path: root/archivers/libunrar
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 09:08:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 09:08:42 +0000
commit29e60de039059cd697abb725e3e70e909ad58f64 (patch)
tree76be26955dcd9729ca0688962ebf588224266c59 /archivers/libunrar
parentc667d592b23c7102726313fd582f52fb28a8d022 (diff)
downloadports-29e60de039059cd697abb725e3e70e909ad58f64.tar.gz
ports-29e60de039059cd697abb725e3e70e909ad58f64.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes: svn path=/head/; revision=217468
Diffstat (limited to 'archivers/libunrar')
-rw-r--r--archivers/libunrar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libunrar/Makefile b/archivers/libunrar/Makefile
index 1178ddc760e6..197e4ba396f6 100644
--- a/archivers/libunrar/Makefile
+++ b/archivers/libunrar/Makefile
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/unrar
USE_GMAKE= yes
MAKEFILE= makefile.unix
-MAKE_ENV+= CXX="${CXX}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV= LDFLAGS="${LDFLAGS}"
ALL_TARGET= lib
USE_LDCONFIG= yes