diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-29 10:48:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-29 10:48:35 +0000 |
commit | e41137cc1d8497cbcd2ee3c16e4090e702c98b4a (patch) | |
tree | 3c93ff2ee4bd2364c51202535f75dcde4beaa879 /x11/xlockmore/Makefile | |
parent | 6fcf871d9a7eb26d6066fdf754752e15592a7200 (diff) | |
download | ports-e41137cc1d8497cbcd2ee3c16e4090e702c98b4a.tar.gz ports-e41137cc1d8497cbcd2ee3c16e4090e702c98b4a.zip |
Notes
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 10659c02f12f..de813de71f96 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 4.17.1 +PORTVERSION= 4.17.2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ${MASTER_SITE_XCONTRIB} @@ -42,10 +42,7 @@ USE_MESA= yes CONFIGURE_ARGS+= --without-mesagl .endif -XFREE86VERSION!= /usr/bin/awk '/\#.*define XFree86Version/ {print $$NF}' \ - ${X11BASE}/lib/X11/config/xfree86.cf - -.if ${XFREE86VERSION} >= 4000 +.if ${XFREE86_VERSION} >= 4 post-configure: ${PERL} -pi -e 's/-lXdpms//g' ${WRKSRC}/modes/Makefile .endif |