From 14b9dbf6474663ff8b6edb4707b77b7423d717ac Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 27 Jun 2007 13:14:02 +0000 Subject: [PATCH] - fix BUILD_DEPENDS on !i386/amd64 --- devel/cpphs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/cpphs/Makefile b/devel/cpphs/Makefile index a9256a7087f..c854df59678 100644 --- a/devel/cpphs/Makefile +++ b/devel/cpphs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2006/11/20 13:07:19 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2007/06/27 13:14:02 ajacoutot Exp $ COMMENT= "liberalised reimplementation of cpp in Haskell" @@ -15,7 +15,7 @@ MODULES= ghc HC= ghc HC_OPTS= -O -o cpphs --make .else -BUILD_DEPENDS+= bin/hmake::lang/nhc98 +BUILD_DEPENDS+= :bin/hmake:lang/nhc98 HC= hmake HC_OPTS= -package base .endif