diff options
Diffstat (limited to 'textproc/yelp-tools/Makefile')
-rw-r--r-- | textproc/yelp-tools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/yelp-tools/Makefile b/textproc/yelp-tools/Makefile index 01e3bf0f0..a9a7744e7 100644 --- a/textproc/yelp-tools/Makefile +++ b/textproc/yelp-tools/Makefile @@ -3,11 +3,11 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/yelp-tools/Makefile,v 1.3 2011/09/21 12:36:22 kwm Exp $ +# $MCom: ports/textproc/yelp-tools/Makefile,v 1.4 2011/10/08 09:50:01 kwm Exp $ # PORTNAME= yelp-tools -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -24,8 +24,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> |