diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-15 22:23:04 +0000 |
commit | adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6 (patch) | |
tree | 0b8986c054f77b38c80043d6278610a688e19d5b /net/gnome-netstatus | |
parent | 0ae7373e551b3d70fe459f338a3fb336af9d82c6 (diff) | |
download | FreeBSD-ports-adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6.zip FreeBSD-ports-adf42e5d3b9afd4f472a3e8b07f76dbc6e411ff6.tar.gz |
Add USE_GETTEXT to appease portlint.
Diffstat (limited to 'net/gnome-netstatus')
-rw-r--r-- | net/gnome-netstatus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 738abfc..f757f81 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -26,6 +26,7 @@ GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 \ gnomedocutils USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |