diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-28 23:27:48 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-28 23:27:48 +0000 |
commit | 225bc7b56269a2bae37a00280e39bbf28eab86b1 (patch) | |
tree | 2fabcebc39b72de22b99bea941258f1e4f37029f /lang/open-cobol-devel/Makefile | |
parent | 0aa50770711db1542882eae3dfa8af8da568b13f (diff) | |
download | FreeBSD-ports-225bc7b56269a2bae37a00280e39bbf28eab86b1.zip FreeBSD-ports-225bc7b56269a2bae37a00280e39bbf28eab86b1.tar.gz |
Update to version 0.12
PR: 51230
Submitted by: Ports Fury
Diffstat (limited to 'lang/open-cobol-devel/Makefile')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index d9408eb..8ffd56c 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= open-cobol -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,21 +17,16 @@ COMMENT= An open-source COBOL compiler BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ - ltdl.1:${PORTSDIR}/devel/libtool \ - gmp.6:${PORTSDIR}/math/libgmp4 + gmp.6:${PORTSDIR}/math/libgmp4 \ + ltdl.1:${PORTSDIR}/devel/libtool RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -USE_REINPLACE= yes +USE_GNOME= gnomehack GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-readline INSTALLS_SHLIB= yes -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - .include <bsd.port.mk> |