diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 06:48:50 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 06:48:50 +0800 |
commit | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (patch) | |
tree | 9ce70f540d369f6da3c0119482014cb98045ffdd /devel/cvsgraph | |
parent | 135a55971ca86954d7b994373d775c161f7ee0db (diff) | |
download | freebsd-ports-gnome-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.gz freebsd-ports-gnome-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.zst freebsd-ports-gnome-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.zip |
Replace explicit build dependency on bison with USE_BISON knob
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r-- | devel/cvsgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index ef6778e2315d..37e0c0150594 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -12,7 +12,6 @@ MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png @@ -22,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= cvsgraph.1 MAN5= cvsgraph.conf.5 +USE_BISON= yes ALL_TARGET= cvsgraph DOCDIR= share/doc/${PORTNAME} DOCS= ChangeLog LICENCE README |