summaryrefslogtreecommitdiffstats
path: root/textproc/yelp-xsl/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-04 18:11:40 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-08-04 18:11:40 +0800
commitd4615d6736fb742fc5b497b07a3b4b57376053f2 (patch)
tree5bb90321dc8973a51a78b70062dc382396f83207 /textproc/yelp-xsl/Makefile
parent8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8 (diff)
downloadmarcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar
marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar.gz
marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar.bz2
marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar.lz
marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar.xz
marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar.zst
marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.zip
pet portlint for CPPFLAGS/LDFLAGS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17015 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/yelp-xsl/Makefile')
-rw-r--r--textproc/yelp-xsl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile
index 7e19ada6c..be9be85ec 100644
--- a/textproc/yelp-xsl/Makefile
+++ b/textproc/yelp-xsl/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/textproc/yelp-xsl/Makefile,v 1.9 2011/10/18 21:44:49 kwm Exp $
+# $MCom: ports/textproc/yelp-xsl/Makefile,v 1.10 2012/05/17 09:29:17 kwm Exp $
#
PORTNAME= yelp-xsl
@@ -23,8 +23,8 @@ USE_XZ= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig libxml2
GNU_CONFIGURE= yes
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>