summaryrefslogtreecommitdiff
path: root/audio/whysynth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/whysynth/Makefile')
-rw-r--r--audio/whysynth/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile
index 9595584c4e3f..307d6746099c 100644
--- a/audio/whysynth/Makefile
+++ b/audio/whysynth/Makefile
@@ -27,9 +27,8 @@ USE_BZIP2= yes
USE_GNOME= gtk20
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>