diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 06:23:04 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 06:23:04 +0800 |
commit | 6486c7771f0c9ad5d67817c020d6339addf93528 (patch) | |
tree | 9e6c68f8366677f2235c38fd2d7833987e19a7f9 /x11-toolkits | |
parent | 6eb20e951d9f1781717e5c22bf55e331d0b23a6d (diff) | |
download | freebsd-ports-gnome-6486c7771f0c9ad5d67817c020d6339addf93528.tar.gz freebsd-ports-gnome-6486c7771f0c9ad5d67817c020d6339addf93528.tar.zst freebsd-ports-gnome-6486c7771f0c9ad5d67817c020d6339addf93528.zip |
Add USE_GETTEXT to appease portlint.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gal/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gal2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gdl/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 8421a93d468d..3819445a6d9e 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -23,6 +23,7 @@ USE_GNOME= gnomehack gnomeprefix gnometarget intltool ltverhack USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.4 +USE_GETTEXT= yes USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 1a8cbbdeeea7..8a95d94d92da 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -24,6 +24,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs USE_ICONV= yes +USE_GETTEXT= yes GNOME_HTML_DIR= ${PREFIX}/share/doc/gal INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index 309667aab5ea..64c5a1b4091c 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -29,6 +29,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui libgnomeprintui \ ltverhack +USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-static --with-libiconv diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index 78f7c8a9302e..7b868dbd26db 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -17,6 +17,7 @@ COMMENT= Components intended to be shared between GNOME development tools USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 224fb125ab88..dcb7f18f8d59 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -43,6 +43,7 @@ USE_PERL5= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack +USE_GETTEXT= yes CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 224fb125ab88..dcb7f18f8d59 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -43,6 +43,7 @@ USE_PERL5= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack +USE_GETTEXT= yes CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 9eb159ca40e1..c0cc666ec840 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -26,6 +26,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \ intlhack ltverhack +USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_BISON= yes |