diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /textproc/dixit/Makefile | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) |
Notes
Diffstat (limited to 'textproc/dixit/Makefile')
-rw-r--r-- | textproc/dixit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile index fb7f409b7588..855db6b5ccbc 100644 --- a/textproc/dixit/Makefile +++ b/textproc/dixit/Makefile @@ -7,7 +7,7 @@ PORTNAME= dixit PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc # this should/will be romanian ;) MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= dixit @@ -37,7 +37,6 @@ _DB_F= ${PORTNAME}.qdb _DB= ${DB_DIR}/${_DB_F} USE_QT_VER= 3 -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} QTDIR="${QT_PREFIX}" |