diff options
author | joerg <joerg> | 2009-01-29 16:41:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-01-29 16:41:34 +0000 |
commit | 8efbcb03005efe7794894cd5241aeef495e4f575 (patch) | |
tree | 9c17852ac1b7f535978334d5885ba2bc2a862eee /www | |
parent | 45982b2a6da1b4ff28b14724eb67a5357ccd8162 (diff) | |
download | pkgsrc-8efbcb03005efe7794894cd5241aeef495e4f575.tar.gz |
Needs libtool.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap22-dnssd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap22-dnssd/Makefile b/www/ap22-dnssd/Makefile index ddfd326429e..850307df61d 100644 --- a/www/ap22-dnssd/Makefile +++ b/www/ap22-dnssd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/21 14:34:46 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/29 16:41:34 joerg Exp $ # DISTNAME= mod_dnssd-0.5 @@ -12,6 +12,7 @@ COMMENT= Apache module which adds Zeroconf support via DNS-SD using Avahi GNU_CONFIGURE= yes USE_TOOLS= pkg-config gmake +USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-lynx |