summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-05-25 20:09:01 +0000
committerryoon <ryoon@pkgsrc.org>2013-05-25 20:09:01 +0000
commit6eb59ca7c528ccb62e9100542a43a37c966ef894 (patch)
treed932171bcbe559710529a3e9e0fcf7601a6a0ba8 /lang
parent839b26b9fa5e76c165ce7a4a654f180f320627d5 (diff)
downloadpkgsrc-6eb59ca7c528ccb62e9100542a43a37c966ef894.tar.gz
Bump PKGREVISION.
* Fix runtime error on NetBSD-current.
Diffstat (limited to 'lang')
-rw-r--r--lang/opencobol/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile
index f506680721e..5cdb3952545 100644
--- a/lang/opencobol/Makefile
+++ b/lang/opencobol/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2012/10/02 20:11:47 asau Exp $
+# $NetBSD: Makefile,v 1.26 2013/05/25 20:09:01 ryoon Exp $
#
DISTNAME= open-cobol-1.1
PKGNAME= opencobol-1.1
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.sim-basis.de/
@@ -22,12 +23,14 @@ INFO_FILES= yes
TEST_TARGET= check
+# Should be more cintelligent, forks only for NetBSD.
SUBST_CLASSES+= bdb
-SUBST_MESSAGE.bdb= Fixing bdb library names.
+SUBST_MESSAGE.bdb= Fixing runtime error.
SUBST_STAGE.bdb= pre-configure
SUBST_FILES.bdb= configure
SUBST_SED.bdb= -e 's,db-4.5,db5,g'
SUBST_SED.bdb+= -e 's,db-4.4,db4,g'
+SUBST_SED.bdb+= -e 's,ncurses,curses,g'
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"