diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-06-29 20:56:35 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-06-29 20:56:35 +0800 |
commit | 0c5e807173195e7587909d3189dcb62afc9c7412 (patch) | |
tree | 88174afdb736128384013f865693d65bcfbfcb78 /emulators | |
parent | 6d693a64d69b7c41e219b166e9b0e9fe2e019cc8 (diff) | |
download | freebsd-ports-graphics-0c5e807173195e7587909d3189dcb62afc9c7412.tar.gz freebsd-ports-graphics-0c5e807173195e7587909d3189dcb62afc9c7412.tar.zst freebsd-ports-graphics-0c5e807173195e7587909d3189dcb62afc9c7412.zip |
USE_LINUX=8 -> USE_LINUX=yes (the default linux is now recent enough)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-ePSXe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index e875a96bdc2..82e8d521c93 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -18,7 +18,7 @@ COMMENT= A Sony Playstation emulator (Linux version) RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk -USE_LINUX= 8 # the epsxe binary is linked against glibc 2.3 +USE_LINUX= yes USE_X_PREFIX= yes USE_ZIP= yes NO_WRKSUBDIR= yes |