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 /print/libgnomecups/Makefile | |
parent | 6eb20e951d9f1781717e5c22bf55e331d0b23a6d (diff) | |
download | ports-6486c7771f0c9ad5d67817c020d6339addf93528.tar.gz ports-6486c7771f0c9ad5d67817c020d6339addf93528.zip |
Add USE_GETTEXT to appease portlint.
Notes
Notes:
svn path=/head/; revision=162498
Diffstat (limited to 'print/libgnomecups/Makefile')
-rw-r--r-- | print/libgnomecups/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |