diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-02 22:34:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-02 22:34:29 +0800 |
commit | b884a230f1952605146b381a9a7b87af99d20a34 (patch) | |
tree | 93076953cc32883497075e55b99dd4519bdc069a /lang | |
parent | 79ffd5597b635a312f176e155c500243ed022cbf (diff) | |
download | freebsd-ports-gnome-b884a230f1952605146b381a9a7b87af99d20a34.tar.gz freebsd-ports-gnome-b884a230f1952605146b381a9a7b87af99d20a34.tar.zst freebsd-ports-gnome-b884a230f1952605146b381a9a7b87af99d20a34.zip |
Please bmake(1) as well as make(1)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-guile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 5e323de87d73..c422d0fd516f 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -46,7 +46,7 @@ CONFLICTS?= gnustep-guile-nox11-1.* .include <bsd.port.pre.mk> -GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER) +GUILE_VER!= ${MAKE} -C ${PORTSDIR}/lang/guile -V GUILE_VER post-patch: ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ |