summaryrefslogtreecommitdiff
path: root/devel/kyra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kyra/Makefile')
-rw-r--r--devel/kyra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile
index 796c96e7ea8e..e2197dea35c0 100644
--- a/devel/kyra/Makefile
+++ b/devel/kyra/Makefile
@@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool
USE_SDL= image sdl
USE_GNOME= lthack
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
.include <bsd.port.mk>