diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 02:49:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 02:49:08 +0000 |
commit | d1bf6730ba87bfcfee50f02cf4bc8d72136824f0 (patch) | |
tree | 1e5006a04dd674d141571f1fd7142778a8f4dbc4 | |
parent | INSTALLS_SHLIB -> USE_LDCONFIG. (diff) |
Add USE_GETTEXT.
Found by: portlint (cports.sh)
-rw-r--r-- | deskutils/nautilus-sendto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile index 5d5af3e17648..4fff88004bb5 100644 --- a/deskutils/nautilus-sendto/Makefile +++ b/deskutils/nautilus-sendto/Makefile @@ -25,6 +25,7 @@ USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack +USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |