diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 19:11:33 +0800 |
commit | c22aaf7f433f98e6e7f5462f011c28452551fa66 (patch) | |
tree | ebb3d42b914ee38a4b035a758a453d5895ba02f4 /graphics/libx3dtk | |
parent | a019873646f1ce62f504138ea5172bb1d5ee2258 (diff) | |
download | freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.gz freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.tar.zst freebsd-ports-gnome-c22aaf7f433f98e6e7f5462f011c28452551fa66.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'graphics/libx3dtk')
-rw-r--r-- | graphics/libx3dtk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libx3dtk/Makefile b/graphics/libx3dtk/Makefile index cb5e33842ecb..a8f4171a755a 100644 --- a/graphics/libx3dtk/Makefile +++ b/graphics/libx3dtk/Makefile @@ -8,7 +8,7 @@ PORTNAME= libx3dtk PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://artis.imag.fr/Members/Yannick.Legoc/X3D/libs/ DISTNAME= X3DToolKit-${PORTVERSION:R}.${PORTVERSION:E} @@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/X3DToolKit-1.0 USE_GMAKE= yes USE_GNOME= libxml2 -USE_XLIB= yes USE_QT_VER= 3 MAKE_ENV= QTDIR="${QT_PREFIX}" |