1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add missing LIB_DEPENDS

PR:		29339
Submitted by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-07-31 17:03:08 +00:00
parent 0ccc0e0e43
commit f2e6cc1737
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45671

View File

@ -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