[Midnightbsd-cvs] mports [23792] trunk/devel/libltdl/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 19 14:18:07 EDT 2018


Revision: 23792
          http://svnweb.midnightbsd.org/mports/?rev=23792
Author:   laffer1
Date:     2018-08-19 14:18:07 -0400 (Sun, 19 Aug 2018)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/devel/libltdl/Makefile

Modified: trunk/devel/libltdl/Makefile
===================================================================
--- trunk/devel/libltdl/Makefile	2018-08-19 18:14:50 UTC (rev 23791)
+++ trunk/devel/libltdl/Makefile	2018-08-19 18:18:07 UTC (rev 23792)
@@ -17,7 +17,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ltdl-install
 INSTALL_TARGET=	install-strip
-USES+=		libtool:keepla # .la file used in ltdl.m4
+USES+=		libtool:keepla
+USE_AUTOTOOLS=	aclocal
 USE_LDCONFIG=	yes
 WRKSRC_SUBDIR=	libltdl
 



More information about the Midnightbsd-cvs mailing list