diff options
-rw-r--r-- | devel/oaf/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index 8443350a8b4..81ab9f9d404 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/05/18 10:54:16 mjl Exp $ +# $NetBSD: Makefile,v 1.18 2002/07/31 17:48:07 wiz Exp $ # DISTNAME= oaf-0.6.10 @@ -17,6 +17,13 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex +.endif + .include "../../devel/popt/buildlink.mk" .include "../../textproc/libxml/buildlink.mk" .include "../../x11/gnome-libs/buildlink.mk" |