aboutsummaryrefslogtreecommitdiff
path: root/graphics/gts
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-08 05:27:23 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-08 05:27:23 +0000
commitd6428c128a0c89c05e74323a0fae273668734f0e (patch)
tree8162070e5da83b9789930ed11293908dd54b3fb6 /graphics/gts
parentfaf2627e8535b127f620c90f35363e48d75fa56e (diff)
downloadports-d6428c128a0c89c05e74323a0fae273668734f0e.tar.gz
ports-d6428c128a0c89c05e74323a0fae273668734f0e.zip
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=75089
Diffstat (limited to 'graphics/gts')
-rw-r--r--graphics/gts/Makefile4
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