diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 15:08:08 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-07-21 15:08:08 +0000 |
commit | 428fd524d331bcc531886ff4455d5a68450b8e66 (patch) | |
tree | 67651fd6888a0435fd7d37888222d718d53b5872 | |
parent | d7d791cfa6686861a5ce83778fa10aacad54f40e (diff) | |
download | ports-428fd524d331bcc531886ff4455d5a68450b8e66.tar.gz ports-428fd524d331bcc531886ff4455d5a68450b8e66.zip |
Notes
-rw-r--r-- | devel/linux_kdump/Makefile | 4 | ||||
-rw-r--r-- | graphics/linux_mesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/linux_mesa3/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/linux_kdump/Makefile b/devel/linux_kdump/Makefile index 1c9ddd3f0752..be66e7c73e95 100644 --- a/devel/linux_kdump/Makefile +++ b/devel/linux_kdump/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 26 1997 # Whom: msmith@FreeBSD.org # -# $Id: Makefile,v 1.4 1998/12/19 10:41:23 dfr Exp $ +# $Id: Makefile,v 1.5 1999/01/06 04:27:51 simokawa Exp $ # DISTNAME= linux_kdump-1.0 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.gsoft.com.au/misc/ MAINTAINER= msmith@FreeBSD.org -BUILD_DEPENDS= /compat/linux/usr/bin/cpp:${PORTSDIR}/devel/linux_devel +BUILD_DEPENDS= /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools ONLY_FOR_ARCHS= i386 diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile index 93dbc6ebc412..0c940690ad81 100644 --- a/graphics/linux_mesa/Makefile +++ b/graphics/linux_mesa/Makefile @@ -3,7 +3,7 @@ # Date created: Oct, 8 1998 # Whom: cracauer # -# $Id: Makefile,v 1.3 1998/11/05 11:39:51 cracauer Exp $ +# $Id: Makefile,v 1.4 1999/01/06 04:27:56 simokawa Exp $ # DISTNAME= MesaLib-2.6 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/old-versions/ MAINTAINER= cracauer@cons.org BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \ - /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel + /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools ONLY_FOR_ARCHS= i386 diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index 93dbc6ebc412..0c940690ad81 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -3,7 +3,7 @@ # Date created: Oct, 8 1998 # Whom: cracauer # -# $Id: Makefile,v 1.3 1998/11/05 11:39:51 cracauer Exp $ +# $Id: Makefile,v 1.4 1999/01/06 04:27:56 simokawa Exp $ # DISTNAME= MesaLib-2.6 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/old-versions/ MAINTAINER= cracauer@cons.org BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \ - /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel + /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devtools ONLY_FOR_ARCHS= i386 |