diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:55:28 +0800 |
commit | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/libGLw | |
parent | 001afe11f445e4869bac6a102524066580819412 (diff) | |
download | freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.gz freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.tar.zst freebsd-ports-gnome-a564d011d1e5b4c73ae59238e35a2521f20d22d1.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Diffstat (limited to 'graphics/libGLw')
-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 |