diff options
author | Marius Strobl <marius@FreeBSD.org> | 2010-03-25 23:11:22 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2010-03-25 23:11:22 +0000 |
commit | bb8871ec1b2b4a5be7b7a13f4ff8a535f933c15d (patch) | |
tree | d7bc43ce6e0b26180af2bbba5174391d24e34237 /graphics/libGLw | |
parent | 12c4a1fce70d7c671e4e8319e6f65c30ec7b842b (diff) | |
download | ports-bb8871ec1b2b4a5be7b7a13f4ff8a535f933c15d.tar.gz ports-bb8871ec1b2b4a5be7b7a13f4ff8a535f933c15d.zip |
Notes
Diffstat (limited to 'graphics/libGLw')
-rw-r--r-- | graphics/libGLw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index 0801794354f4..84a2a30d0715 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif USE_GL= gl USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto -.ifdef WITH_NOUVEAU -EXTRA_PATCHES= mesalib74-configure +.ifndef WITHOUT_NOUVEAU +EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure .endif do-install: |