diff options
author | arved <arved@FreeBSD.org> | 2009-07-25 18:05:16 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-07-25 18:05:16 +0800 |
commit | 074925b85f72b8c3a64cb56826f53418ec03a10c (patch) | |
tree | 3a941b7e76a39b0ef06693637b7b7aa90f3a0539 /lang/open-cobol/Makefile | |
parent | 88bbbfc2d2aab313238f59a7ea85b4037f310b5c (diff) | |
download | freebsd-ports-gnome-074925b85f72b8c3a64cb56826f53418ec03a10c.tar.gz freebsd-ports-gnome-074925b85f72b8c3a64cb56826f53418ec03a10c.tar.zst freebsd-ports-gnome-074925b85f72b8c3a64cb56826f53418ec03a10c.zip |
Fix CONFLICTS
Add LATEST_LINK
PR: 137113
Submitted by: maintainer
Diffstat (limited to 'lang/open-cobol/Makefile')
-rw-r--r-- | lang/open-cobol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 6100352f3e30..c4675f6fe195 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -8,7 +8,7 @@ PORTNAME= open-cobol PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF @@ -17,6 +17,8 @@ COMMENT= An open-source COBOL compiler LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +CONFLICTS= open-cobol-1.[1]* + USE_GNOME= gnometarget USE_BDB= yes USE_GMAKE= yes |