summaryrefslogtreecommitdiff
path: root/audio/libmtp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libmtp/Makefile')
-rw-r--r--audio/libmtp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libmtp/Makefile b/audio/libmtp/Makefile
index 645733199bd2..ecd8c00e43b4 100644
--- a/audio/libmtp/Makefile
+++ b/audio/libmtp/Makefile
@@ -16,14 +16,13 @@ COMMENT= Media Transfer Protocol (MTP) library
LICENSE= LGPL21
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_ICONV= yes
MAKE_JOBS_SAFE= yes
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib -liconv
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -liconv
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069