diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-07 23:23:55 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-07 23:23:55 +0800 |
commit | 90c22c82a99d04901aca3658551ba97e27488925 (patch) | |
tree | 10960fb854f1526adfc35e409f8399e0de921f51 /math | |
parent | 9aaf2239f8bae1738f310640fd48a57e6a068606 (diff) | |
download | freebsd-ports-gnome-90c22c82a99d04901aca3658551ba97e27488925.tar.gz freebsd-ports-gnome-90c22c82a99d04901aca3658551ba97e27488925.tar.zst freebsd-ports-gnome-90c22c82a99d04901aca3658551ba97e27488925.zip |
Convert ports which use RUN_DEPENDS+=.../graphics/linux_dri to
using USE_LINUX_APPS+=dri. This is needed to switch a default
linux base at 8-CURRENT to linux_base-f10. No PORTREVISION bump
is needed since it's mere infrastructure fix. Affected ports:
-----
emulators/linux-pete-mesagpu/Makefile
emulators/linux-pete-xgl2gpu/Makefile
games/atitd/Makefile
games/linux-coldwar-demo/Makefile
games/linux-darwinia-demo/Makefile
games/linux-defcon/Makefile
games/linux-doom3-demo/Makefile
games/linux-gorky17-demo/Makefile
games/linux-nerogame/Makefile
games/linux-nwnclient/Makefile
games/linux-savage/Makefile
games/linux-savage-samuraiwars/Makefile
games/linux-uplink-demo/Makefile
games/linux-ut2003-demo/Makefile
games/linux-ut2004-demo/Makefile
games/linux-virtual-jay-peak/Makefile
games/linux-warsow/Makefile
graphics/linux-ac3d/Makefile
math/mupad/Makefile
net/skype12/Makefile
-----
Approved by: maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09)
Diffstat (limited to 'math')
-rw-r--r-- | math/mupad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mupad/Makefile b/math/mupad/Makefile index dee5b15d7cf3..360e50943bcc 100644 --- a/math/mupad/Makefile +++ b/math/mupad/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A sophisticated computer algebra system EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri +USE_LINUX_APPS+=dri NO_CDROM= unsure to sell for profit |