diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-27 18:42:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-27 18:42:30 +0000 |
commit | 813bfdc2fbdd9465de3c5217222f869aba00d373 (patch) | |
tree | 6e621efc026ef45ad65a4b8b501c89ad918fabae /lang/open-cobol-devel/Makefile | |
parent | 516044ed76eb7bf39c0d53f2acfa19452253d67e (diff) | |
download | ports-813bfdc2fbdd9465de3c5217222f869aba00d373.tar.gz ports-813bfdc2fbdd9465de3c5217222f869aba00d373.zip |
Notes
Diffstat (limited to 'lang/open-cobol-devel/Makefile')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index b1a7607df55b..689994b4b82d 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= open-cobol -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.23 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,4 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --with-readline INSTALLS_SHLIB= yes +INFO= open-cobol + .include <bsd.port.mk> |