summaryrefslogtreecommitdiffstats
path: root/textproc/yelp-xsl/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-17 05:18:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-17 05:18:10 +0800
commit22d748d9e6156f93555717ea9f3214e36e167770 (patch)
treecf8b6d08c618c0d5080519013c5d55be9541b518 /textproc/yelp-xsl/Makefile
parentdb8dc3c0269c36696b57dab63c9030341c076cee (diff)
downloadmarcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar
marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.gz
marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.bz2
marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.lz
marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.xz
marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.zst
marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.zip
Remove NO_STAGE completely from MC. Misc small cleanups.
gnome-keyring is a dry commit. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18972 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/yelp-xsl/Makefile')
-rw-r--r--textproc/yelp-xsl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile
index 0665c4a40..dcf026718 100644
--- a/textproc/yelp-xsl/Makefile
+++ b/textproc/yelp-xsl/Makefile
@@ -1,6 +1,6 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/textproc/yelp-xsl/Makefile 18500 2013-05-26 22:35:07Z kwm $
+# $MCom$
PORTNAME= yelp-xsl
PORTVERSION= 3.6.1
@@ -13,12 +13,11 @@ COMMENT= DocBook XSLT stylesheets for yelp
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
-NO_STAGE= yes
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack libxml2 libxslt
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>