diff options
Diffstat (limited to 'graphics/gts/Makefile')
-rw-r--r-- | graphics/gts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index 8c15a1a1061a..1b09eb1a10e9 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -17,13 +17,12 @@ COMMENT= GNU Triangulated Surface Library USE_GNOME= glib20 pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes OPTIONS= NETPBM "Build with libnetpbm support" off -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> |