aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xxdiff/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-19 05:56:01 +0800
committerkris <kris@FreeBSD.org>2003-05-19 05:56:01 +0800
commitd098ac3c9de2758fb33040449c98b97add07bf23 (patch)
tree438d18a8b5ac3fec661b7cfbac8a5288dbc9a5d9 /textproc/xxdiff/Makefile
parent6fd0ab06e68f9bea5fa2e8e9fb994937c07e4cf2 (diff)
downloadfreebsd-ports-graphics-d098ac3c9de2758fb33040449c98b97add07bf23.tar.gz
freebsd-ports-graphics-d098ac3c9de2758fb33040449c98b97add07bf23.tar.zst
freebsd-ports-graphics-d098ac3c9de2758fb33040449c98b97add07bf23.zip
Back out some local changes accidentally committed with the BROKEN change.
Diffstat (limited to 'textproc/xxdiff/Makefile')
-rw-r--r--textproc/xxdiff/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile
index 7a621fe5ed1..02a01f8b37d 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