diff options
author | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-28 00:29:28 +0800 |
commit | 21e7f521fd90d37034ba48079e854010a328a12a (patch) | |
tree | 954fa159f7f4e7466aacfe067bd9741be01e29f8 /lang | |
parent | f63a83d8efd933954d91b97c896ffc58ced13577 (diff) | |
download | freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.tar.gz freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.tar.zst freebsd-ports-graphics-21e7f521fd90d37034ba48079e854010a328a12a.zip |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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}" |