summaryrefslogtreecommitdiff
path: root/audio/cowbell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cowbell/Makefile')
-rw-r--r--audio/cowbell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cowbell/Makefile b/audio/cowbell/Makefile
index da3864b2c9a0..3e83c486a94b 100644
--- a/audio/cowbell/Makefile
+++ b/audio/cowbell/Makefile
@@ -22,7 +22,8 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_ICONV= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>