summaryrefslogtreecommitdiff
path: root/science/liboglappth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/liboglappth/Makefile')
-rw-r--r--science/liboglappth/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/liboglappth/Makefile b/science/liboglappth/Makefile
index ed508ab5f213..70c86f10250f 100644
--- a/science/liboglappth/Makefile
+++ b/science/liboglappth/Makefile
@@ -19,9 +19,9 @@ GNU_CONFIGURE= yes
USE_GL= glut
USE_GNOME= gnomehack
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- CXXFLAGS="-I${LOCALBASE}/include" \
- CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
+CXXFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>