diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-05-06 12:25:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-05-06 12:25:49 +0000 |
commit | c62f3f934d791b7867569c245bc7f4de1ecbfda8 (patch) | |
tree | 1079085a7d617607682066adb9950090a1b913b2 /audio/libadplug/Makefile | |
parent | d1bb2506919a0a6e49d10eb42d91a47d82b626c5 (diff) | |
download | ports-c62f3f934d791b7867569c245bc7f4de1ecbfda8.tar.gz ports-c62f3f934d791b7867569c245bc7f4de1ecbfda8.zip |
Notes
Diffstat (limited to 'audio/libadplug/Makefile')
-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 |