diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-18 12:08:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-18 12:08:57 +0800 |
commit | bab5e410f8a38192d34f33eceba60e3999de5ac8 (patch) | |
tree | a741bbec99c796702233c425e52f4d3343791e26 /net/dctc | |
parent | 2beb342728929d81a0c13419923a1941f24166dc (diff) | |
download | freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.gz freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.tar.zst freebsd-ports-gnome-bab5e410f8a38192d34f33eceba60e3999de5ac8.zip |
Switch to new USE_GETOPT_LONG ports option
Diffstat (limited to 'net/dctc')
-rw-r--r-- | net/dctc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 85b18a39a0c9..1f54803a8666 100644 --- a/net/dctc/Makefile +++ b/net/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 |