diff options
Diffstat (limited to 'x11/yelp3/Makefile')
-rw-r--r-- | x11/yelp3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/yelp3/Makefile b/x11/yelp3/Makefile index fd4e799c5..45f372cb9 100644 --- a/x11/yelp3/Makefile +++ b/x11/yelp3/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp3/Makefile,v 1.19 2011/09/21 12:26:50 kwm Exp $ +# $MCom: ports/x11/yelp3/Makefile,v 1.20 2011/10/08 09:52:38 kwm Exp $ # PORTNAME= yelp -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -32,8 +32,8 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk30 libxslt libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" .include <bsd.port.pre.mk> |