diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/libGLw/Makefile | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) |
Notes
Diffstat (limited to 'graphics/libGLw/Makefile')
-rw-r--r-- | graphics/libGLw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index 655986da0b20..8f4d0c4dfcde 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -12,10 +12,9 @@ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL widgets library USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig motif USE_LDCONFIG= yes USE_GL= gl -USE_MOTIF= yes USE_XORG= x11 xt xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-motif |