diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:46:46 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:46:46 +0000 |
commit | 7906924b7e8c8636f73b8cf2c64f3a83ca7be721 (patch) | |
tree | ae8bdb33480eea4f1643428e87ed078aa8b39648 /ftp/downloader | |
parent | Deploy USE_GNOMENG infrastructure (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42200
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'ftp/downloader')
-rw-r--r-- | ftp/downloader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index 84e75ceb08b8..9aa736ccc20d 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_REINPLACE= yes -USE_GTK= yes -USE_ESOUND= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 esound USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |