summaryrefslogtreecommitdiff
path: root/cad/libgeda
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-31 17:03:08 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-31 17:03:08 +0000
commitf2e6cc1737a9cf1fd8897228074c24cd3a1794c4 (patch)
tree0d7826e46d670f3442c17529d2e679530836d78d /cad/libgeda
parento Update to version 2.9.7p1 (diff)
Add missing LIB_DEPENDS
PR: 29339 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=45671
Diffstat (limited to 'cad/libgeda')
-rw-r--r--cad/libgeda/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile
index 4a3f5b1936fa..25372ed2251c 100644
--- a/cad/libgeda/Makefile
+++ b/cad/libgeda/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: geda
+# New ports collection makefile for: libgeda
# Date created: 4 April 2001
# Whom: bruno schwander <bruno@tinkerbox.org>
#
@@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20010304/ \
MAINTAINER= bruno@tinkerbox.org
-LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda
+LIB_DEPENDS= gdgeda.4:${PORTSDIR}/graphics/libgdgeda \
+ guile.9:${PORTSDIR}/lang/guile
USE_LIBTOOL= yes
USE_AUTOCONF= yes