aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-c7-dri
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2019-07-10 14:40:02 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2019-07-10 14:40:02 +0000
commit7003875294fc8b811ffe452c376f66a855494f60 (patch)
tree9754e52797ffd2ab1caf7b83b3fa360ba5db8a85 /graphics/linux-c7-dri
parentb3ec6fb0fe1868f49bc3ae82909a818a4d043678 (diff)
downloadports-7003875294fc8b811ffe452c376f66a855494f60.tar.gz
ports-7003875294fc8b811ffe452c376f66a855494f60.zip
Notes
Diffstat (limited to 'graphics/linux-c7-dri')
-rw-r--r--graphics/linux-c7-dri/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/linux-c7-dri/Makefile b/graphics/linux-c7-dri/Makefile
index 2d9275e89e44..ae0831e905c5 100644
--- a/graphics/linux-c7-dri/Makefile
+++ b/graphics/linux-c7-dri/Makefile
@@ -41,14 +41,14 @@ CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
post-install:
${LN} -sf libGLX_mesa.so.0 \
${STAGEDIR}${PREFIX}/usr/lib/libGLX_system.so.0
-.if ${LINUX_ARCH} == x86_64
+.if ${ARCH} == amd64
${LN} -sf libGLX_mesa.so.0 \
${STAGEDIR}${PREFIX}/usr/lib64/libGLX_system.so.0
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>