diff options
Diffstat (limited to 'textproc/xxdiff/Makefile')
-rw-r--r-- | textproc/xxdiff/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index fb700fe9dee7..a40e42a4d777 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xxdiff -# Date created: 11 August 2001 -# Whom: Pete Fritchman <petef@databits.net> -# +# Created by: Pete Fritchman <petef@databits.net> # $FreeBSD$ -# PORTNAME= xxdiff PORTVERSION= 3.2 @@ -23,7 +19,7 @@ EXPIRATION_DATE= 2013-07-01 QMAKE= ${LOCALBASE}/bin/qmake SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ USE_BZIP2= yes -USE_BISON= build +USES= bison USE_GMAKE= yes USE_QT_VER= 3 MAKE_ENV+= QTDIR=${QT_PREFIX} |