diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
commit | 6a6cd5f01fe868efc05172603f50ca80b9d438a2 (patch) | |
tree | 241d2823c401d78f7a7f1c2fef687b213864c459 /mail/evolution-data-server | |
parent | 6a44e12a0bbb906af03439cb5910a712ce0609be (diff) | |
download | pkgsrc-6a6cd5f01fe868efc05172603f50ca80b9d438a2.tar.gz |
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'mail/evolution-data-server')
-rw-r--r-- | mail/evolution-data-server/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile index 711737e2c83..4cc81446d9f 100644 --- a/mail/evolution-data-server/Makefile +++ b/mail/evolution-data-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:08:11 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/05/22 20:28:47 jlam Exp $ # DISTNAME= evolution-data-server-1.2.2 @@ -11,7 +11,6 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= Evolution data server BUILD_USES_MSGFMT= yes -BUILD_DEPENDS+= bison>=1.875:../../devel/bison BUILDLINK_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3 @@ -20,7 +19,6 @@ USE_DIRS+= xdg-1.1 USE_TOOLS+= bison gmake USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -YACC= ${LOCALBASE}/bin/bison # XXX PKG_OPTIONS_VAR= PKG_OPTIONS.evolution-data-server PKG_SUPPORTED_OPTIONS= inet6 |