summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 21:56:01 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 21:56:01 +0000
commit24d6a7b17933ee7cb05cf456b418910e39dac7ff (patch)
treeda9e66b7ffdac44c7f05aee98851153cbe751c31 /textproc
parentBack out previous commit, the port was fixed a few days ago. (diff)
Back out some local changes accidentally committed with the BROKEN change.
Notes
Notes: svn path=/head/; revision=81285
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xxdiff/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile
index 7a621fe5ed16..02a01f8b37d5 100644
--- a/textproc/xxdiff/Makefile
+++ b/textproc/xxdiff/Makefile
@@ -6,13 +6,14 @@
#
PORTNAME= xxdiff
-PORTVERSION= 2.9.1
+PORTVERSION= 2.0.3
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_LOCAL:S/%SUBDIR%/petef/g} \
+ ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
.if !defined(NOPORTDOCS)
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} #xxdiff-${PORTVERSION}.html
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xxdiff-${PORTVERSION}.html
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
@@ -29,7 +30,7 @@ BROKEN= "Does not compile (bad C++ code)"
USE_BISON= yes
USE_GMAKE= yes
-USE_QT_VER= 3
+USE_QT_VER= 2
TMAKEENV= TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++ QTDIR=${X11BASE}
MAKE_ENV+= QTDIR=${X11BASE} PTHREAD_LIBS=${PTHREAD_LIBS}
WRKSRC= ${WRKDIR}/xxdiff-${PORTVERSION}/src