aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-09 14:30:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-09 14:30:02 +0000
commit7cffd3c8f90872c68664bd0c51b48f9e2c59e611 (patch)
treeca64d90fe979fab8f7ed8d1e9bdd41583f1793d9 /Mk/bsd.port.mk
parent232584a7099c1614b5d83999ae19aa01004d0232 (diff)
downloadports-7cffd3c8f90872c68664bd0c51b48f9e2c59e611.tar.gz
ports-7cffd3c8f90872c68664bd0c51b48f9e2c59e611.zip
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a674863197c2..9068aa560cf6 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1445,7 +1445,7 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/pkg
.include "${PORTSDIR}/Mk/bsd.gstreamer.mk"
.endif
-.if defined(USE_SDL) || defined(WANT_SDL)
+.if defined(USE_SDL)
.include "${PORTSDIR}/Mk/bsd.sdl.mk"
.endif
@@ -1916,7 +1916,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \
.include "${PORTSDIR}/Mk/bsd.qt.mk"
.endif
-.if defined(USE_SDL) || defined(WANT_SDL)
+.if defined(USE_SDL)
.include "${PORTSDIR}/Mk/bsd.sdl.mk"
.endif