aboutsummaryrefslogtreecommitdiff
path: root/games/evq3
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-08 23:33:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-08 23:33:15 +0000
commit3ab948a7ee6ae8fc50b3f4c7b9aeefc35394b621 (patch)
tree7076b2ac31c48018e5e0dea9d8c1a637002da8ad /games/evq3
parent716f0ec6e6d1ae7f0a506a29d25c2edaad9d652a (diff)
downloadports-3ab948a7ee6ae8fc50b3f4c7b9aeefc35394b621.tar.gz
ports-3ab948a7ee6ae8fc50b3f4c7b9aeefc35394b621.zip
- Fix the way port.mk is included in preparation for USES=sdl
Notes
Notes: svn path=/head/; revision=492471
Diffstat (limited to 'games/evq3')
-rw-r--r--games/evq3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/evq3/Makefile b/games/evq3/Makefile
index d607f514fbae..d923d27cf7f0 100644
--- a/games/evq3/Makefile
+++ b/games/evq3/Makefile
@@ -46,7 +46,7 @@ VM_ARCHS= amd64 i386
.include "${.CURDIR}/../quake3-data/Makefile.include"
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.for i in ${ARCH}
. if ${VM_ARCHS:M${i}} != ""
@@ -156,4 +156,4 @@ maint-gen-distfile:
tar cjf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}
${RM} -r ${PORTNAME}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>