diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-16 06:23:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-16 06:23:04 +0800 |
commit | adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6 (patch) | |
tree | 0b8986c054f77b38c80043d6278610a688e19d5b /x11 | |
parent | 0ae7373e551b3d70fe459f338a3fb336af9d82c6 (diff) | |
download | freebsd-ports-gnome-adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6.tar.gz freebsd-ports-gnome-adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6.tar.zst freebsd-ports-gnome-adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6.zip |
Add USE_GETTEXT to appease portlint.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 1 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 1 | ||||
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 1d49ad7fc599..6f6e4fdee1f1 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -26,6 +26,7 @@ USE_XPM= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix esound gtk12 imlib libxml orbit +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-test-gnome diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index 1d49ad7fc599..6f6e4fdee1f1 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -26,6 +26,7 @@ USE_XPM= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix esound gtk12 imlib libxml orbit +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-test-gnome diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 807859ce1c89..ef2c1b048914 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -25,6 +25,7 @@ USE_GL= yes USE_GMAKE= yes USE_PERL5_RUN= yes USE_GNOME= gnomehier libglade2 gnomehack +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl --with-gle --with-xpm --with-xml \ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks \ |