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/libgnomeprint | |
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/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |