diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 22:44:48 +0000 |
commit | 7b56c40b952a22521dd35f39e00fcfbb408463b5 (patch) | |
tree | 222501a00a140e899e2e4288740c3089e3cf5b18 /graphics | |
parent | 6939c2c931da3bc739154509bd6d2fc1c519f3b6 (diff) | |
download | FreeBSD-ports-7b56c40b952a22521dd35f39e00fcfbb408463b5.zip FreeBSD-ports-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grx/Makefile | 2 | ||||
-rw-r--r-- | graphics/libglut/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index e469fa0..2c54907 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -17,8 +17,8 @@ COMMENT= A 2D graphics library USE_GCC= 3.4 USE_GMAKE= yes +USE_XORG= x11 USE_LDCONFIG= yes -USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-fontpath=${DATADIR}/fonts \ --with-x11-base=${X11BASE} diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index 525e358..4de3956 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -20,7 +20,6 @@ USE_BZIP2= yes USE_LDCONFIG= yes USE_GL= glu -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src/glut/glx pre-patch: |