diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 11:33:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 11:33:44 +0000 |
commit | b67c5f433d84e565c51cb49e626a41932314cb29 (patch) | |
tree | 4287a42c5921760318be61bfe0811f3e46dbe9eb /x11 | |
parent | 3fc75d24451f17b4aa45406e122fda45844581c8 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 8c4c6a791b98..1d962310ec69 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -7,6 +7,7 @@ PORTNAME= xlockmore PORTVERSION= 5.25 +PORTREVISION= 1 CATEGORIES?= x11 MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/ @@ -50,11 +51,10 @@ OPTIONS=MESAGL "Enable Mesa 3D (for GL modes)" off \ .include <bsd.port.pre.mk> .if ${ARCH} == amd64 -WITH_MESAGL= no -.else -WITH_MESAGL?= yes +.undef WITH_MESAGL .endif -.if ${WITH_MESAGL} == yes + +.if defined(WITH_MESAGL) CONFIGURE_ARGS+= --with-mesa MESALIB=${PTHREAD_LIBS} USE_GL= yes |