diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-18 04:08:57 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-18 04:08:57 +0000 |
commit | db90ac6c588db64fbeeb4b4d17c8b0867b91aafb (patch) | |
tree | 3d310d34ec9e1345dd1edd7f07b2ffcac470be1e /net-p2p/dctc/Makefile | |
parent | 8177536f1110d09f126ae1c5b51e28a432f124ee (diff) | |
download | ports-db90ac6c588db64fbeeb4b4d17c8b0867b91aafb.tar.gz ports-db90ac6c588db64fbeeb4b4d17c8b0867b91aafb.zip |
Notes
Diffstat (limited to 'net-p2p/dctc/Makefile')
-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 85b18a39a0c9..1f54803a8666 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 |