diff options
Diffstat (limited to 'textproc/yelp-xsl/Makefile')
-rw-r--r-- | textproc/yelp-xsl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/yelp-xsl/Makefile b/textproc/yelp-xsl/Makefile index ee9bbe30620d..f3db1c14487b 100644 --- a/textproc/yelp-xsl/Makefile +++ b/textproc/yelp-xsl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yelp-xsl -PORTVERSION= 3.18.1 +PORTVERSION= 3.28.0 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,10 +14,9 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase pathfix \ + pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack libxml2 libxslt GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |