diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-05-06 20:25:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-05-06 20:25:49 +0800 |
commit | e53695732ca04aeb7ae76095986ad7b4c31b1953 (patch) | |
tree | 94dd9a7ede3830ad43e4b31eeb13627eff1db5b4 /audio/libadplug | |
parent | 90e0540ab397a9b5aed698e7bcdcde196a72123b (diff) | |
download | freebsd-ports-gnome-e53695732ca04aeb7ae76095986ad7b4c31b1953.tar.gz freebsd-ports-gnome-e53695732ca04aeb7ae76095986ad7b4c31b1953.tar.zst freebsd-ports-gnome-e53695732ca04aeb7ae76095986ad7b4c31b1953.zip |
Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.
Diffstat (limited to 'audio/libadplug')
-rw-r--r-- | audio/libadplug/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 874f5adb687c..775cc622f8ad 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -23,12 +23,6 @@ USE_GNOME= pkgconfig MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ - CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" LICENSE= GPLv2 INFO= libadplug |