diff options
author | reed <reed> | 2005-02-17 19:13:53 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-17 19:13:53 +0000 |
commit | 482760fe738f25e755bf87ce0e9ec6a060bdc755 (patch) | |
tree | c55745f7cef11d7970b7904667f9705a1e46e7d6 /net | |
parent | 56f7a70de9a8cf41eca165a236dac6fd4c901d46 (diff) | |
download | pkgsrc-482760fe738f25e755bf87ce0e9ec6a060bdc755.tar.gz |
This uses yacc.
Diffstat (limited to 'net')
-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 |