diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
commit | 6486c7771f0c9ad5d67817c020d6339addf93528 (patch) | |
tree | 9e6c68f8366677f2235c38fd2d7833987e19a7f9 /graphics | |
parent | 6eb20e951d9f1781717e5c22bf55e331d0b23a6d (diff) |
Add USE_GETTEXT to appease portlint.
Notes
Notes:
svn path=/head/; revision=162498
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dia/Makefile | 1 | ||||
-rw-r--r-- | graphics/electriceyes/Makefile | 1 | ||||
-rw-r--r-- | graphics/frontline/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-app/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp1/Makefile | 1 | ||||
-rw-r--r-- | graphics/inkscape/Makefile | 1 | ||||
-rw-r--r-- | graphics/sodipodi/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index ead647e8dc0e..e5fc1484e552 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -24,6 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk20 gnomehack gnomeprefix libxslt libartlgpl2 intlhack WANT_GNOME= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" \ diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index bb5aa4341e30..8b4da8330511 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -19,6 +19,7 @@ COMMENT= A graphic view base imlib & gtk USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/frontline/Makefile b/graphics/frontline/Makefile index bdeff06a377e..66839a0af5df 100644 --- a/graphics/frontline/Makefile +++ b/graphics/frontline/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= autotrace.3:${PORTSDIR}/graphics/autotrace \ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs imlib libartlgpl2 +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 1bf1f410ad14..239a3eb5f86c 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -40,6 +40,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 1bf1f410ad14..239a3eb5f86c 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -40,6 +40,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes +USE_GETTEXT= yes INSTALLS_SHLIB= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" CONFIGURE_ARGS= --disable-perl \ diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index 11eceb4a0b31..38b7e29a63e9 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -40,6 +40,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GNOME= gtk12 +USE_GETTEXT= yes GNU_CONFIGURE== yes INSTALLS_SHLIB= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index bfa927eaf0f8..0963c0a28ffb 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes WANT_GNOME= yes USE_GNOME= gnomeprefix gnomehack intlhack libxslt +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GCC= 3.4 CONFIGURE_ARGS= --with-popt diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 35ab0b6ff1e2..b89d8404df6e 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 desktopfileutils +USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-gnome-print \ --with-popt |