summaryrefslogtreecommitdiff
path: root/devel/e4graph
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 19:37:22 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-15 19:37:22 +0000
commite2cb8f5517e0d9d2a8e5e6146711b9fd4e448853 (patch)
tree20a2a5c96db0843517fe123cd99e2f4d02012d62 /devel/e4graph
parentadd e4graph 1.0a6 (diff)
oops... forget dependencies
Notes
Notes: svn path=/head/; revision=63025
Diffstat (limited to 'devel/e4graph')
-rw-r--r--devel/e4graph/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/e4graph/Makefile b/devel/e4graph/Makefile
index befd462fc57e..758ac8a74671 100644
--- a/devel/e4graph/Makefile
+++ b/devel/e4graph/Makefile
@@ -14,6 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+BUILD_DEPENDS= ${LOCALBASE}/libmk4.a:${PORTSDIR}/databases/metakit
+LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
+ expat.2:${PORTSDIR}/textproc/expat2
+
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/all
CONFIGURE_ARGS= --with-metakit=${PREFIX} \