diff options
Diffstat (limited to 'devel/sdl12')
-rw-r--r-- | devel/sdl12/Makefile | 2 |
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} |