diff options
author | markd <markd@pkgsrc.org> | 2005-07-30 13:12:24 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-07-30 13:12:24 +0000 |
commit | 63880f228d42c1736d59b6927458dbbce81cf7b5 (patch) | |
tree | dd077a331331c4e2addf594cca2525a9f01d5c2c /net | |
parent | 9def0eec1500ab286f69c2dd8d5a459a1fffed42 (diff) | |
download | pkgsrc-63880f228d42c1736d59b6927458dbbce81cf7b5.tar.gz |
Make sure configure finds the db4 lib from the pkgsrc package rather
than any other that might be installed in the base system (on for example
Red Hat Linux). Problem noted by Louis Guillaume in tech-pkg.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index c5d8694b23b..84f85b33ff6 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/07/16 01:19:16 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2005/07/30 13:12:24 markd Exp $ DISTNAME= netatalk-2.0.3 CATEGORIES= net print @@ -13,6 +13,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run USE_LIBTOOL= YES USE_OLD_DES_API=YES +BUILDLINK_TRANSFORM+= l:db-4.2:db4 USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= netatalk |