diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-24 06:42:46 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-24 06:42:46 +0800 |
commit | a2b7b5f735fc0f19d718c35311b8cc4a018e5394 (patch) | |
tree | 31fcce87053e6d0abd07e43c54064c2f4edf58bc | |
parent | 7b6403cf257eb68c094b91e9f5101a175f6151ac (diff) | |
download | marcuscom-ports-a2b7b5f735fc0f19d718c35311b8cc4a018e5394.tar.gz marcuscom-ports-a2b7b5f735fc0f19d718c35311b8cc4a018e5394.tar.zst marcuscom-ports-a2b7b5f735fc0f19d718c35311b8cc4a018e5394.zip |
portlint:
-Add USE_GETTEXT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6111 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libgsf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 5915e5d3a..94f3ec9a4 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgsf/Makefile,v 1.20 2006/03/13 19:31:39 mezz Exp $ +# $MCom: ports/devel/libgsf/Makefile,v 1.21 2006/04/13 07:52:33 bland Exp $ # PORTNAME= libgsf @@ -24,6 +24,7 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_GNOME?= gnomehack glib20 libxml2 gconf2 ltverhack intlhack USE_AUTOTOOLS= libtool:15 |