diff options
author | reed <reed@pkgsrc.org> | 2005-02-17 19:13:53 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-02-17 19:13:53 +0000 |
commit | 2cd76ef9313a0d652e62a668e5339abbe41de639 (patch) | |
tree | c55745f7cef11d7970b7904667f9705a1e46e7d6 /net/openslp | |
parent | ae87a80e308792ea0184cf20f63d1f30b4c2a6e1 (diff) | |
download | pkgsrc-2cd76ef9313a0d652e62a668e5339abbe41de639.tar.gz |
This uses yacc.
Diffstat (limited to 'net/openslp')
-rw-r--r-- | net/openslp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openslp/Makefile b/net/openslp/Makefile index 24fd39153cf..53bc4764f6c 100644 --- a/net/openslp/Makefile +++ b/net/openslp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.21 2005/02/17 19:13:53 reed Exp $ DISTNAME= openslp-1.2.0 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Open-source implementation of the Service Location Protocol PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes +USE_GNU_TOOLS+= yacc USE_PKGINSTALL= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |