[Midnightbsd-cvs] mports [18411] trunk/lang/open-cobol/Makefile: modernize a bit
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 28 16:35:44 EDT 2015
Revision: 18411
http://svnweb.midnightbsd.org/mports/?rev=18411
Author: laffer1
Date: 2015-03-28 16:35:43 -0400 (Sat, 28 Mar 2015)
Log Message:
-----------
modernize a bit
Modified Paths:
--------------
trunk/lang/open-cobol/Makefile
Modified: trunk/lang/open-cobol/Makefile
===================================================================
--- trunk/lang/open-cobol/Makefile 2015-03-28 20:34:21 UTC (rev 18410)
+++ trunk/lang/open-cobol/Makefile 2015-03-28 20:35:43 UTC (rev 18411)
@@ -6,14 +6,14 @@
MASTER_SITES= SF
MAINTAINER= ports at MidnightBSD.org
-COMMENT= An open-source COBOL compiler
+COMMENT= Open-source COBOL compiler
+
LICENSE= gpl2
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
+USES= gmake libtool
USE_BDB= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
INFO= open-cobol
More information about the Midnightbsd-cvs
mailing list