diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:32:51 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:32:51 +0000 |
commit | 7b55291c59c80393e9eb139f36e8fe3ee2b99f29 (patch) | |
tree | 1d0348accd512e5829caf12a3a08a5ea3872830d /graphics/libGLU | |
parent | 735f615130350c902719f108cd1cbe48eaf294dc (diff) | |
download | ports-7b55291c59c80393e9eb139f36e8fe3ee2b99f29.tar.gz ports-7b55291c59c80393e9eb139f36e8fe3ee2b99f29.zip |
Notes
Diffstat (limited to 'graphics/libGLU')
-rw-r--r-- | graphics/libGLU/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 4655e4d33d5d..0acf73692cab 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libGLU -# Date created: 7 May 2004 -# Whom: anholt@FreeBSD.org -# +# Created by: anholt@FreeBSD.org # $FreeBSD$ -# PORTNAME= libGLU -PORTREVISION= 1 +PORTREVISION= 2 PORTVERSION= ${MESAVERSION} CATEGORIES= graphics @@ -25,7 +21,7 @@ do-install: .include <bsd.port.pre.mk> -.if ${ARCH} != "amd64" || ${ARCH} != "i386" +.if !(${ARCH} == "amd64" || ${ARCH} == "i386") CONFIGURE_ARGS+=--disable-gallium-intel .endif |