[Midnightbsd-cvs] mports [22688] trunk/textproc/openjade/Makefile: add libtool

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 29 18:11:00 EDT 2017


Revision: 22688
          http://svnweb.midnightbsd.org/mports/?rev=22688
Author:   laffer1
Date:     2017-09-29 18:10:59 -0400 (Fri, 29 Sep 2017)
Log Message:
-----------
add libtool

Modified Paths:
--------------
    trunk/textproc/openjade/Makefile

Modified: trunk/textproc/openjade/Makefile
===================================================================
--- trunk/textproc/openjade/Makefile	2017-09-29 22:09:33 UTC (rev 22687)
+++ trunk/textproc/openjade/Makefile	2017-09-29 22:10:59 UTC (rev 22688)
@@ -9,16 +9,16 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Object-oriented SGML/XML parser toolkit and DSSSL engine
+
 LICENSE=	mit
 
-LIB_DEPENDS=	osp.5:${PORTSDIR}/textproc/opensp
+LIB_DEPENDS=	libosp.so:${PORTSDIR}/textproc/opensp
 RUN_DEPENDS=	${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr
 
+USES=		gettext gmake libtool
 USE_GCC=	any
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_PERL5=	yes
-USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-default-catalog=${PREFIX}/share/sgml/catalog \
 		--datadir=${DATADIR}



More information about the Midnightbsd-cvs mailing list