diff options
Diffstat (limited to 'textproc/yelp-tools/Makefile')
-rw-r--r-- | textproc/yelp-tools/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile index c28e35c32251..3fb1d8f2d3f7 100644 --- a/textproc/yelp-tools/Makefile +++ b/textproc/yelp-tools/Makefile @@ -1,10 +1,9 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/textproc/yelp-tools/Makefile 18972 2014-01-16 21:18:10Z kwm $ +# $MCom: ports/trunk/textproc/yelp-tools/Makefile 19967 2014-10-16 06:45:29Z gusi $ PORTNAME= yelp-tools -PORTVERSION= 3.6.1 -PORTREVISION= 1 +PORTVERSION= 3.14.1 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,13 +11,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Utilities to help manage documentation for Yelp and the web -BUILD_DEPENDS= yelp-xsl>=3.1.5:${PORTSDIR}/textproc/yelp-xsl \ +BUILD_DEPENDS= yelp-xsl>=0:${PORTSDIR}/textproc/yelp-xsl \ itstool:${PORTSDIR}/textproc/itstool USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack libxml2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |