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 /editors | |
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 'editors')
-rw-r--r-- | editors/ghex/Makefile | 1 | ||||
-rw-r--r-- | editors/glimmer/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 9ac7b88f4767..555cbf2979af 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui +USE_GETTEXT= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index 2d907ac79353..082496a7dc1e 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -25,6 +25,7 @@ USE_PYTHON= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gnomeprint gnomevfs \ gnomeprefix +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-regex .if exists(/usr/lib/libcrypto.a) |