diff options
author | arved <arved@FreeBSD.org> | 2003-02-27 11:29:55 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-27 11:29:55 +0000 |
commit | 7143b26c78ebf7467b3a31f80334278f0e386147 (patch) | |
tree | 8689358ef404ee43426df61d9c355e5ad62db096 /graphics/tulip | |
parent | 830b9aa1a04f840b6967956b7407530b497bff75 (diff) | |
download | FreeBSD-ports-7143b26c78ebf7467b3a31f80334278f0e386147.zip FreeBSD-ports-7143b26c78ebf7467b3a31f80334278f0e386147.tar.gz |
Add dependency on autoconf
Submitted by: bento
Diffstat (limited to 'graphics/tulip')
-rw-r--r-- | graphics/tulip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 3cf72d3..5575aaf 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/x345/ MAINTAINER= ports@FreeBSD.org COMMENT= A system dedicated to the visualization of huge graphs +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png:${PORTSDIR}/graphics/png \ gnugetopt:${PORTSDIR}/devel/libgnugetopt |