diff options
Diffstat (limited to 'graphics/gts')
-rw-r--r-- | graphics/gts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index ec987463a319..7eb4cf18b684 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -22,8 +22,8 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |