From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- lang/open-cobol/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lang/open-cobol/Makefile') diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 77227d1d688e..68f510d3b6d6 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -8,6 +8,7 @@ PORTNAME= open-cobol PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +18,10 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_AUTOTOOLS= libltdl:15 libtool:15 -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes USE_REINPLACE= yes +USE_AUTOTOOLS= libltdl:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes -- cgit