aboutsummaryrefslogtreecommitdiff
path: root/multimedia/kissdx
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
commitfa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch)
tree94158659da258abce4ed96928351a7282233e421 /multimedia/kissdx
parent09db2e42a9f1432af998b2877453c2eaf20a132c (diff)
downloadports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.tar.gz
ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.zip
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes: svn path=/head/; revision=217477
Diffstat (limited to 'multimedia/kissdx')
-rw-r--r--multimedia/kissdx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile
index 00bb7d02bdba..5aac54dc7cf9 100644
--- a/multimedia/kissdx/Makefile
+++ b/multimedia/kissdx/Makefile
@@ -27,7 +27,7 @@ MAN1= kissdx.1
USE_RC_SUBR= kissdx
# set enviroment variables for port makefile
-MAKE_ENV= FreeBSD=defined CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE}
+MAKE_ENV= FreeBSD=defined LDFLAGS="${LDFLAGS}"
# Convert CR/LF to LF in source files
USE_DOS2UNIX= yes