diff options
author | ats <ats@FreeBSD.org> | 1995-02-13 21:19:22 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-13 21:19:22 +0800 |
commit | f22f239357c39f54a7af49b810b02c9bc0264a22 (patch) | |
tree | 6cc3e9d6c0b65377f5a9c5ded25dd8ea85c31f72 /cad/magic | |
parent | 26ef38dac074f86d5ef01dbf3af2065f8e76fdfe (diff) | |
download | freebsd-ports-gnome-f22f239357c39f54a7af49b810b02c9bc0264a22.tar.gz freebsd-ports-gnome-f22f239357c39f54a7af49b810b02c9bc0264a22.tar.zst freebsd-ports-gnome-f22f239357c39f54a7af49b810b02c9bc0264a22.zip |
Add a USE_GMAKE=yes line to the Makefile. magic got some severe problems
with the new make, so use gmake instead.
I am not even sure if the makefiles are not correct and our new make
is at fault here :-).
Diffstat (limited to 'cad/magic')
-rw-r--r-- | cad/magic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 9955224f8f98..c3bd505a54c2 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -3,12 +3,13 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $ +# $Id: Makefile,v 1.1.1.1 1994/12/18 21:12:08 swallace Exp $ # DISTNAME= magic-6.4.4 EXTRACT_SUFX= .tar.Z MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/magic/6.4/ +USE_GMAKE= yes install: @echo "===> Installing for ${DISTNAME}" |