diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:15:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-02 23:15:38 +0000 |
commit | c70fccd51516a7d607b333ae6a24507efd2531cc (patch) | |
tree | b96652d26c130e239e10a3dec173205fc143d4e0 /graphics/mesagl | |
parent | 7f8916d16669f1394599466b84f0e15ddb003076 (diff) | |
download | ports-c70fccd51516a7d607b333ae6a24507efd2531cc.tar.gz ports-c70fccd51516a7d607b333ae6a24507efd2531cc.zip |
Notes
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 6f1296e39fb1..0dfe0ab951fc 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -39,7 +39,7 @@ MAKE_ENV+= SUB_GL="${SUB_GL}" \ .include <bsd.port.pre.mk> -.if defined(PACKAGE_BUILDING) && ${X_WINDOW_SYSTEM:L} != xfree86-3 +.if ${X_WINDOW_SYSTEM:L} != xfree86-3 IGNORE= is unnecessary because libGL and libGLU come with XFree86 4.0 and higher .endif |