diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-04-03 18:41:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-04-03 18:41:20 +0000 |
commit | a31c329a859d0e818800ae9c2954dec93cb2b12c (patch) | |
tree | 489a783b2c7208811f31fe820197a1072aab839e /games/quake2lnx | |
parent | 8769da8e044bcc2fc71849cc9a79ef169d983828 (diff) | |
download | ports-a31c329a859d0e818800ae9c2954dec93cb2b12c.tar.gz ports-a31c329a859d0e818800ae9c2954dec93cb2b12c.zip |
Notes
Diffstat (limited to 'games/quake2lnx')
-rw-r--r-- | games/quake2lnx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 7c0879943906..0e4e09488969 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -18,7 +18,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org -COMMENT= Cleaned up copy of the original Quake II source code +COMMENT= Icculus.org version of the original Quake II USE_GMAKE= yes WANT_SDL= yes @@ -112,7 +112,7 @@ PLIST_SUB+= SDLCLIENT="" PLIST_SUB+= SDLCLIENT="@comment " .endif -.if ${ARCH} != "i386" && (defined(WITH_SVGA) || exists(${LOCALBASE}/lib/libvga.so.1)) +.if ${ARCH} == "i386" && (defined(WITH_SVGA) || exists(${LOCALBASE}/lib/libvga.so.1)) LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib MAKE_ARGS+= BUILD_SVGA=YES REF_TARGETS+= soft |