From 21e7f521fd90d37034ba48079e854010a328a12a Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 27 Mar 2007 16:29:28 +0000 Subject: - Fix after objformat removal Reported by: pointyhat --- lang/open-cobol-devel/Makefile | 2 +- lang/open-cobol/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index ecd4e6624d2..67376c02646 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -19,7 +19,7 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GETOPT_LONG=yes -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:15 libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index ecd4e6624d2..67376c02646 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -19,7 +19,7 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 USE_GETOPT_LONG=yes -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:15 libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -- cgit