diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-10-09 02:43:30 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-10-09 02:43:30 +0800 |
commit | 71741c382fb7362ac8eef1374e745efcaebac92b (patch) | |
tree | ed8811116f93c9998b8df9c3de427800b63aec6a /graphics/linux_mesa | |
parent | 7e63323f4a390a44761eec6b8c0bd8ab8adc3b0e (diff) | |
download | freebsd-ports-gnome-71741c382fb7362ac8eef1374e745efcaebac92b.tar.gz freebsd-ports-gnome-71741c382fb7362ac8eef1374e745efcaebac92b.tar.zst freebsd-ports-gnome-71741c382fb7362ac8eef1374e745efcaebac92b.zip |
Reorder BUILD_DEPENDS
Obtained from: portlint
Diffstat (limited to 'graphics/linux_mesa')
-rw-r--r-- | graphics/linux_mesa/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/linux_mesa/Makefile b/graphics/linux_mesa/Makefile index a2cc4678cbca..00fef780da1b 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.25 1998/09/27 16:06:21 steve Exp $ +# $Id: Makefile,v 1.1.1.1 1998/10/08 16:29:25 cracauer Exp $ # DISTNAME= MesaLib-2.6 @@ -13,14 +13,15 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ 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 + ALL_TARGET= linux-glide MAKE_ENV= PATH=${PREFIX}/usr/bin:$$PATH NO_FILTER_SHLIBS=yes PREFIX= /compat/linux WRKSRC= ${WRKDIR}/Mesa-2.6/src -BUILD_DEPENDS= /compat/linux/usr/lib/libglide2x.so:${PORTSDIR}/emulators/linux_glide \ - /compat/linux/usr/bin/gcc:${PORTSDIR}/devel/linux_devel post-extract: -${MKDIR} ${WRKSRC}/../lib/ |