diff options
Diffstat (limited to 'devel/gnome-vfs1/Makefile')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index e73dec4f8ba2..dfcdc0cd801a 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -17,11 +17,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME Virtual File System -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif +USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes |