aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2009-09-24 19:41:54 +0000
committerMarcus von Appen <mva@FreeBSD.org>2009-09-24 19:41:54 +0000
commit06a4082e3c807eaa003836c5b45842cfe2455a3e (patch)
tree41f1b3e18ad7ce5b0a53d9ac15444d1831921e6a /devel/sdl12
parent731828a7f9a615f20aad286b61990750f13dbb92 (diff)
downloadports-06a4082e3c807eaa003836c5b45842cfe2455a3e.tar.gz
ports-06a4082e3c807eaa003836c5b45842cfe2455a3e.zip
Enable vgl driver on all platforms that have libvgl.so
PR: ports/138720 Submitted by: Anonymous <swell.k@gmail.com> Approved by: miwi (mentor) Feature safe: yes
Notes
Notes: svn path=/head/; revision=242027
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 95534b868af2..f955f34a962a 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -124,7 +124,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
CONFIGURE_ARGS+=--enable-video-svga
.endif
-.if (defined(WITHOUT_VGL) || ${ARCH} != "i386")
+.if defined(WITHOUT_VGL)
CONFIGURE_ARGS+=--disable-video-vgl
PKGMESSAGE= none
DISPLAY_MSG= ${DO_NADA}