diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-17 05:48:59 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-17 05:48:59 +0000 |
commit | 8f29414670a4faf5a55fba00e937d659876c9b22 (patch) | |
tree | b6317dba1286b3f32339e13c17089fb1ba87a292 /textproc/xxdiff | |
parent | 0dda780332f0a17648ed7e26800e4fd917d4bb75 (diff) | |
download | ports-8f29414670a4faf5a55fba00e937d659876c9b22.tar.gz ports-8f29414670a4faf5a55fba00e937d659876c9b22.zip |
- Remove a rogue dependency
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=170842
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 319a70f76a60..b1c2e46be870 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -14,7 +14,6 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= QT interface to view/merge differences between 2 or 3 files BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \ - bison:${PORTSDIR}/devel/bison2 \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex QMAKE= ${LOCALBASE}/bin/qmake |