diff options
Diffstat (limited to 'lang/open-cobol/Makefile')
-rw-r--r-- | lang/open-cobol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index c89a8f81dda2..77227d1d688e 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -17,10 +17,9 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_LIBLTDL= yes +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GETOPT_LONG= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |