[Midnightbsd-cvs] mports [19035] trunk/devel/libltdl/Makefile: add help2man as a dependency for magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 16 11:17:18 EDT 2015


Revision: 19035
          http://svnweb.midnightbsd.org/mports/?rev=19035
Author:   laffer1
Date:     2015-05-16 11:17:17 -0400 (Sat, 16 May 2015)
Log Message:
-----------
add help2man as a dependency for magus

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

Modified: trunk/devel/libltdl/Makefile
===================================================================
--- trunk/devel/libltdl/Makefile	2015-05-16 14:15:09 UTC (rev 19034)
+++ trunk/devel/libltdl/Makefile	2015-05-16 15:17:17 UTC (rev 19035)
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/devel/libltdl/Makefile,v 1.6 2010/12/08 19:58:46 ade Exp $
 
 PORTNAME=	libltdl
-PORTREVISION=	0
+PORTREVISION=	1
 
 COMMENT=	System independent dlopen wrapper
 
@@ -11,9 +11,9 @@
 LICENSE=	lgpl2.1
 
 BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool \
-		gm4:${PORTSDIR}/devel/m4
+		gm4:${PORTSDIR}/devel/m4 \
+		help2man:${PORTSDIR}/misc/help2man
 
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ltdl-install
 INSTALL_TARGET=	install-strip



More information about the Midnightbsd-cvs mailing list