diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-20 11:03:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-20 11:03:05 +0800 |
commit | 080216c4d330be033fad0dd7ae008060cb567135 (patch) | |
tree | c0afa4e9b4907b1b1b5d62fff576de3b65c70555 /ftp | |
parent | b4e6af91fba85f8e5f55a3387dbeda73594128e2 (diff) | |
download | freebsd-ports-gnome-080216c4d330be033fad0dd7ae008060cb567135.tar.gz freebsd-ports-gnome-080216c4d330be033fad0dd7ae008060cb567135.tar.zst freebsd-ports-gnome-080216c4d330be033fad0dd7ae008060cb567135.zip |
Remove USE_GNOMENG.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/IglooFTP/Makefile | 1 | ||||
-rw-r--r-- | ftp/axyftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/downloader/Makefile | 1 | ||||
-rw-r--r-- | ftp/gftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/gtm/Makefile | 1 | ||||
-rw-r--r-- | ftp/junglemonkey/Makefile | 1 | ||||
-rw-r--r-- | ftp/pavuk/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index 45d8d0fa1fb4..93c0e6ef558e 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -19,7 +19,6 @@ COMMENT= Easy to use FTP client for X Window System WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gtk12 post-extract: diff --git a/ftp/axyftp/Makefile b/ftp/axyftp/Makefile index 2d28d9a391ce..19808dc7b757 100644 --- a/ftp/axyftp/Makefile +++ b/ftp/axyftp/Makefile @@ -17,7 +17,6 @@ COMMENT= X Window System FTP client, with WSftp-like UI USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index d73680512df3..81f869c3446e 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -21,7 +21,6 @@ COMMENT= Program for downloading via ftp or http with GUI LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 -USE_GNOMENG= yes USE_GNOME= esound USE_REINPLACE= yes USE_GMAKE= yes diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index e89b7321ad38..aede51b8278a 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -USE_GNOMENG= yes USE_GNOME+= gnomehack USE_REINPLACE= yes diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 1e93e0a078da..acec9ac282b3 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -23,7 +23,6 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack gnomelibs oaf gnomevfs libpanel USE_REINPLACE= yes GNU_CONFIGURE= yes diff --git a/ftp/junglemonkey/Makefile b/ftp/junglemonkey/Makefile index 799d61b276ed..9cd8677b2547 100644 --- a/ftp/junglemonkey/Makefile +++ b/ftp/junglemonkey/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= gnet.1:${PORTSDIR}/net/gnet USE_REINPLACE= yes USE_X_PREFIX= yes -USE_GNOMENG= yes USE_GNOME= gnomehack gnomeprefix libglade USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index aaf80c4c89df..4eeb8702f870 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -21,7 +21,6 @@ COMMENT= HTTP, FTP and Gopher mirroring tool LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_REINPLACE= yes -USE_GNOMENG= yes WANT_GNOME= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |