diff options
author | sat <sat@FreeBSD.org> | 2006-08-17 13:48:59 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-17 13:48:59 +0800 |
commit | 73904cb51c325f0f4fcb40ebd0b2ab84f6c651d8 (patch) | |
tree | d0445a244f7161e01b5c4222b0dc4fe5d4e2fc5c /textproc | |
parent | 4a570d384a1febb27271686ab5acbf4ca8d8919f (diff) | |
download | freebsd-ports-gnome-73904cb51c325f0f4fcb40ebd0b2ab84f6c651d8.tar.gz freebsd-ports-gnome-73904cb51c325f0f4fcb40ebd0b2ab84f6c651d8.tar.zst freebsd-ports-gnome-73904cb51c325f0f4fcb40ebd0b2ab84f6c651d8.zip |
- Remove a rogue dependency
Reported by: pointyhat via kris
Diffstat (limited to 'textproc')
-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 |