summaryrefslogtreecommitdiff
path: root/audio/soundtracker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/soundtracker/Makefile')
-rw-r--r--audio/soundtracker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index 7bb82811c120..83fec706b8e6 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -19,8 +19,8 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
USE_GNOME= esound gdkpixbuf gnomehack
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS= GNOME "use GNOME 1.x (enables envelope editors)" off \
I386_ASM "i386 asm optimizations (potentially unstable)" off \