summaryrefslogtreecommitdiff
path: root/graphics/qslim
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/qslim
parentDo not use %SUBDIR% in MASTER_SITES, since it will not be (diff)
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=75089
Diffstat (limited to 'graphics/qslim')
-rw-r--r--graphics/qslim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index a223e81f8aeb..4148a364cce3 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -27,9 +27,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
ALL_TARGET= # none
-CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include \
+CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include \
-I${X11BASE}/include/X11 ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
+LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>