aboutsummaryrefslogtreecommitdiffstats
path: root/cad/libgeda
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-08-01 01:03:08 +0800
committerlioux <lioux@FreeBSD.org>2001-08-01 01:03:08 +0800
commitffac189e88679f80de4af82716ac39d8fc253d2c (patch)
tree9922bb02eddfc64e6a8f15a89cf0e2f9a06c5f06 /cad/libgeda
parent43368d82c312dd54fddc2d53121aa5df33878fde (diff)
downloadfreebsd-ports-gnome-ffac189e88679f80de4af82716ac39d8fc253d2c.tar.gz
freebsd-ports-gnome-ffac189e88679f80de4af82716ac39d8fc253d2c.tar.zst
freebsd-ports-gnome-ffac189e88679f80de4af82716ac39d8fc253d2c.zip
Add missing LIB_DEPENDS
PR: 29339 Submitted by: maintainer
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