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 /print | |
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 'print')
-rw-r--r-- | print/ggv/Makefile | 1 | ||||
-rw-r--r-- | print/gnome-cups-manager/Makefile | 1 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 1 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 1 | ||||
-rw-r--r-- | print/libgnomecups/Makefile | 1 | ||||
-rw-r--r-- | print/libgnomeprint/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index bc29e4c5dbd5..225dc4e1bbc2 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -21,6 +21,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils +USE_GETTEXT= yes USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index ea4b336791b5..237a18ae6960 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ desktopfileutils +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 669999d6c96c..c4c442a3c0e9 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -29,6 +29,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index 669999d6c96c..c4c442a3c0e9 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -29,6 +29,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_PERL5= yes USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas +USE_GETTEXT= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 1c3b521c68bb..2c2f81d0a4aa 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack ltverhack glib20 +USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 2dd0bcd255df..3a4fe6507104 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -31,6 +31,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack +USE_GETTEXT= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |