diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-27 07:21:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-27 07:21:03 +0800 |
commit | cafc14d19b6dde42904dddb67d3264f57e772a4d (patch) | |
tree | ee890bc8f6bcef7ae4fa7d5121ba0044b6db8e30 /databases/libgda3 | |
parent | 36e8c2f6de531eb1e757ae9369ae1e8498ab6ede (diff) | |
download | freebsd-ports-gnome-cafc14d19b6dde42904dddb67d3264f57e772a4d.tar.gz freebsd-ports-gnome-cafc14d19b6dde42904dddb67d3264f57e772a4d.tar.zst freebsd-ports-gnome-cafc14d19b6dde42904dddb67d3264f57e772a4d.zip |
Add USE_GETTEXT to make portlint happy.
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 64c6c18008c8..84c1b2494c71 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -20,6 +20,7 @@ COMMENT= Provides uniform access to different kinds of data sources LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes +USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack |