diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-07 07:47:46 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-07 07:47:46 +0800 |
commit | 0065ca85de5233ab6faa9b81116e77b72757d91b (patch) | |
tree | e6817390bc7adb47a5de3bcf0ddee648e87fd942 | |
parent | 0d691b2a9420c77bb953cb0793bc252207417682 (diff) | |
download | marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.tar marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.tar.gz marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.tar.bz2 marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.tar.lz marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.tar.xz marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.tar.zst marcuscom-ports-0065ca85de5233ab6faa9b81116e77b72757d91b.zip |
Depend on gettext
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9913 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gio-standalone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gio-standalone/Makefile b/devel/gio-standalone/Makefile index 308ba59a4..ec7365c73 100644 --- a/devel/gio-standalone/Makefile +++ b/devel/gio-standalone/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gio-standalone/Makefile,v 1.1 2007/11/06 18:36:11 ahze Exp $ +# $MCom: ports/devel/gio-standalone/Makefile,v 1.2 2007/11/06 18:55:04 ahze Exp $ PORTNAME= gio-standalone PORTVERSION= 0.1.1 @@ -19,6 +19,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes USE_FAM= yes USE_LDCONFIG= yes +USE_GETTEXT= yes post-patch: @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc|${DOCSDIR}|' \ |