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 /math/kseg | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) |
Notes
Diffstat (limited to 'math/kseg')
-rw-r--r-- | math/kseg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/kseg/Makefile b/math/kseg/Makefile index 2440b1416274..0d1bf94c3747 100644 --- a/math/kseg/Makefile +++ b/math/kseg/Makefile @@ -7,7 +7,7 @@ PORTNAME= kseg PORTVERSION= 0.403 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math graphics MASTER_SITES= http://www.mit.edu/~ibaran/ @@ -19,7 +19,6 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake WRKSRC= ${WRKDIR}/${PORTNAME} USE_QT_VER= 3 -USE_X_PREFIX= yes MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} QTDIR="${QT_PREFIX}" pre-patch: |