aboutsummaryrefslogtreecommitdiff
path: root/graphics/silgraphite/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-23 20:41:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-23 20:41:44 +0000
commit4f9327f27ac5d8dc32f5b00a4b06cdc4ac5a5615 (patch)
tree70b0e7e48a4a6d538d372c43ddf3c81ff4038934 /graphics/silgraphite/Makefile
parent87d7a27d125b225e31981e687306dcae171e86bb (diff)
downloadports-4f9327f27ac5d8dc32f5b00a4b06cdc4ac5a5615.tar.gz
ports-4f9327f27ac5d8dc32f5b00a4b06cdc4ac5a5615.zip
- Update to 2.3.1
PR: 131980 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Notes
Notes: svn path=/head/; revision=228945
Diffstat (limited to 'graphics/silgraphite/Makefile')
-rw-r--r--graphics/silgraphite/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile
index 1203f212143f..f1c120c83644 100644
--- a/graphics/silgraphite/Makefile
+++ b/graphics/silgraphite/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= silgraphite
-PORTVERSION= 2.3
+PORTVERSION= 2.3.1
CATEGORIES= graphics devel
MASTER_SITES= SF
@@ -18,8 +18,7 @@ OPTIONS= FREETYPE "Build with Freetype support" on
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CFLAGS+= "-I${LOCALBASE}/include" "-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --without-xft --without-pangographite
.include <bsd.port.pre.mk>
@@ -34,4 +33,8 @@ CONFIGURE_ARGS+= --without-freetype
PLIST_SUB+= WITH_FREETYPE="@comment "
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \
+ ${WRKSRC}/engine/Makefile.in
+
.include <bsd.port.post.mk>