diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-07-25 10:05:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-07-25 10:05:16 +0000 |
commit | 8091081076dac7062bac0eca1f2a87dc521a02c8 (patch) | |
tree | f68c10f1b9a83c771e8c88c7c96286d4b6f34d63 /lang/open-cobol-devel | |
parent | 1a6513c51a4bc4a6a0310f4fb1a2465e73f0e372 (diff) |
Notes
Diffstat (limited to 'lang/open-cobol-devel')
-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 8e50079cff1a..81e344c5fb4a 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/Makefile @@ -6,7 +6,7 @@ PORTNAME= open-cobol PORTVERSION= 1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://freebsd.dev-urandom.com/open-cobol/ @@ -15,8 +15,9 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 -CONFLICTS= open-cobol-1.[0] +CONFLICTS= open-cobol-1.[0]* +LATEST_LINK= open-cobol-devel USE_GNOME= gnometarget USE_BDB= yes USE_GMAKE= yes |