diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:49:31 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:49:31 +0000 |
commit | d1e1e59912e7541e154a7b1817a40d2b6effb0bd (patch) | |
tree | cb96e3e1f187103b5408d4c76ce4d649a9deeee6 /sysutils/gnome-mount | |
parent | 1a88278734c45ada8e18fca7c815b43d05826c3a (diff) |
Add USE_GETTEXT.
Found by: portlint (cports.sh)
Notes
Notes:
svn path=/head/; revision=176402
Diffstat (limited to 'sysutils/gnome-mount')
-rw-r--r-- | sysutils/gnome-mount/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index f4232382adc8..a2ce2104fbb4 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nautilus-extension CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |