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 /games/q15 | |
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 'games/q15')
-rw-r--r-- | games/q15/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/q15/Makefile b/games/q15/Makefile index 43e033a3bf9a..242038d70536 100644 --- a/games/q15/Makefile +++ b/games/q15/Makefile @@ -7,7 +7,7 @@ PORTNAME= q15 PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://silversoft.net/src/ @@ -16,7 +16,6 @@ COMMENT= A Qt-based game fifteen USE_BZIP2= yes USE_QT_VER= 3 -USE_X_PREFIX= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" \ QT_PREFIX="${QT_PREFIX}" |