summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/guile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
index 54f289e976c..432074bc30a 100644
--- a/lang/guile/Makefile
+++ b/lang/guile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2008/02/27 12:35:48 gdt Exp $
+# $NetBSD: Makefile,v 1.85 2008/03/29 05:12:16 tnn Exp $
DISTNAME= guile-1.8.4
PKGREVISION= 2
@@ -60,7 +60,8 @@ CPPFLAGS+= -Dmacosx
# PRs:
# http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=33665
# http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=36975
-post-patch:
+post-patch: post-patch-darwin
+post-patch-darwin: .PHONY
${MV} ${WRKSRC}/guile-config/guile-config.in.orig \
${WRKSRC}/guile-config/guile-config.in
.endif