aboutsummaryrefslogtreecommitdiff
path: root/games/quake2max
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-09 07:16:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-09 07:16:28 +0000
commit64b5e87d3f29e647e55098634bde8e186a259309 (patch)
treed73c8e7273769e34d7c0a1ca5ec4af2af14c4089 /games/quake2max
parent2c0bf13abd5e403dac32cf182df05e95af473845 (diff)
downloadports-64b5e87d3f29e647e55098634bde8e186a259309.tar.gz
ports-64b5e87d3f29e647e55098634bde8e186a259309.zip
Notes
Diffstat (limited to 'games/quake2max')
-rw-r--r--games/quake2max/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile
index ade470bdf307..ab4321f923c6 100644
--- a/games/quake2max/Makefile
+++ b/games/quake2max/Makefile
@@ -9,8 +9,7 @@ MASTER_SITES= http://www.bfeared.com/library/quake/archive/quakedev/qudos/quake2
${MASTER_SITE_LOCAL:S/$/:data/}
MASTER_SITE_SUBDIR= alepulver/:data
DISTNAME= Quake2maX_${PORTVERSION}-src_unix
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src \
- ${Q2MAX_DATA}:data
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src ${Q2MAX_DATA}:data
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= danfe@FreeBSD.org
@@ -45,8 +44,8 @@ SDLGL_DESC= Build SDL OpenGL renderer
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDLGL}
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png
USE_GL= glu
.endif
@@ -111,7 +110,7 @@ post-extract:
post-patch:
# Resolve name collision with jpeg-8
- @${REINPLACE_CMD} -e 's|jpeg_mem_src|local_jpeg_mem_src|' \
+ @${REINPLACE_CMD} -e 's|jpeg_mem_src|local_&|' \
${WRKSRC}/ref_gl/gl_image.c
do-install: