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 | |
parent | - use lang/gnustep-objc so libobjc.so is be used (diff) |
Switch to new USE_GETOPT_LONG ports option
Notes
Notes:
svn path=/head/; revision=79175
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 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 |