diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-04 18:11:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-04 18:11:40 +0800 |
commit | d4615d6736fb742fc5b497b07a3b4b57376053f2 (patch) | |
tree | 5bb90321dc8973a51a78b70062dc382396f83207 /textproc | |
parent | 8fdf1c6ad7734f5b84896df0e594b8dbb0b393c8 (diff) | |
download | marcuscom-ports-d4615d6736fb742fc5b497b07a3b4b57376053f2.tar.gz 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')
-rw-r--r-- | textproc/yelp-xsl/Makefile | 6 |
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> |