diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-18 04:08:57 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-18 04:08:57 +0000 |
commit | bab5e410f8a38192d34f33eceba60e3999de5ac8 (patch) | |
tree | a741bbec99c796702233c425e52f4d3343791e26 /net-p2p | |
parent | 2beb342728929d81a0c13419923a1941f24166dc (diff) | |
download | FreeBSD-ports-bab5e410f8a38192d34f33eceba60e3999de5ac8.zip FreeBSD-ports-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.gz |
Switch to new USE_GETOPT_LONG ports option
Diffstat (limited to 'net-p2p')
-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 85b18a3..1f54803 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 |