diff options
Diffstat (limited to 'ftp/bareftp/Makefile')
-rw-r--r-- | ftp/bareftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile index 3754eb739c07..f3558b4092a4 100644 --- a/ftp/bareftp/Makefile +++ b/ftp/bareftp/Makefile @@ -14,7 +14,7 @@ CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" --libdir="${PREFIX}/lib" \ --localedir="${PREFIX}/share/locale" --includedir="${LOCALBASE}/include" INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtksharp20 gnomesharp20 USE_GMAKE= yes |