diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-28 12:11:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-28 12:11:10 +0800 |
commit | ea1e0720c777fcb0775a75d4d5f8641657863158 (patch) | |
tree | 13db675eec74115bcd15420bbf72668ccf9fa315 /net | |
parent | 53e2135e57c08f5dc769e092e99585802a00457c (diff) | |
download | freebsd-ports-gnome-ea1e0720c777fcb0775a75d4d5f8641657863158.tar.gz freebsd-ports-gnome-ea1e0720c777fcb0775a75d4d5f8641657863158.tar.zst freebsd-ports-gnome-ea1e0720c777fcb0775a75d4d5f8641657863158.zip |
Revert a testing change that I inadvertantly committed.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 3a0c38695c8c..9ba6242f51fa 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp USE_BZIP2= yes USE_ICONV= yes -USE_BDB= 43+ +USE_BDB= 41+ USE_RC_SUBR= netatalk CONFIGURE_ARGS+= --with-tcp-wrappers \ --with-pkgconfdir=${PREFIX}/etc \ |