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 /deskutils/nautilus-open-terminal | |
parent | Update to 0.1.3. (diff) |
Add USE_GETTEXT to appease portlint.
Notes
Notes:
svn path=/head/; revision=162498
Diffstat (limited to 'deskutils/nautilus-open-terminal')
-rw-r--r-- | deskutils/nautilus-open-terminal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile index d73b78e0dff0..99d9110154ea 100644 --- a/deskutils/nautilus-open-terminal/Makefile +++ b/deskutils/nautilus-open-terminal/Makefile @@ -17,6 +17,7 @@ COMMENT= Nautilus extension which allows you to open a terminal GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack +USE_GETTEXT= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |