summaryrefslogtreecommitdiff
path: root/x11/xlockmore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r--x11/xlockmore/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 160001694bdb..59356da485aa 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= tg@FreeBSD.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
--without-editres --without-dtsaver --without-rplay \
@@ -27,6 +25,7 @@ CONFIGURE_ARGS+= --enable-kerberos4
CONFIGURE_ARGS+= --enable-kerberos5
.endif
USE_X_PREFIX= yes
+USE_XPM= yes
MAN1= xlock.1
.include <bsd.port.pre.mk>
@@ -38,7 +37,7 @@ MAN1= xlock.1
WITH_MESAGL?= yes
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesagl
-LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3
+USE_MESA= yes
.else
CONFIGURE_ARGS+= --without-mesagl
.endif