diff options
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 85b18a39a0c..1f54803a866 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -16,9 +16,9 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A DirectConnect (www.neo-modus.com) text client for file sharing BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 +USE_GETOPT_LONG= yes USE_GNOMENG= yes USE_GNOME= glib12 USE_PERL5_RUN= yes |