aboutsummaryrefslogtreecommitdiff
path: root/audio/lash
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lash')
-rw-r--r--audio/lash/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile
index 62981351f7c9..c1305cdf072a 100644
--- a/audio/lash/Makefile
+++ b/audio/lash/Makefile
@@ -25,12 +25,11 @@ USE_GNOME= gnomehack gtk20 libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa-midi
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-CPPFLAGS= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>