[Midnightbsd-cvs] mports [18988] trunk/devel/doxygen/Makefile: fix depends on doxygen

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 15 19:26:17 EDT 2015


Revision: 18988
          http://svnweb.midnightbsd.org/mports/?rev=18988
Author:   laffer1
Date:     2015-05-15 19:26:17 -0400 (Fri, 15 May 2015)
Log Message:
-----------
fix depends on doxygen

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

Modified: trunk/devel/doxygen/Makefile
===================================================================
--- trunk/devel/doxygen/Makefile	2015-05-15 23:25:59 UTC (rev 18987)
+++ trunk/devel/doxygen/Makefile	2015-05-15 23:26:17 UTC (rev 18988)
@@ -14,14 +14,12 @@
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	tmake:${PORTSDIR}/devel/tmake
-LIB_DEPENDS=	png:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
-USE_BISON=	build
-USE_ICONV=	yes
+USES=		bison iconv gmake
 ALL_TARGET=	all
 USE_PERL5=	yes
 HAS_CONFIGURE=	yes
-USE_GMAKE=	yes
 QT_NONSTANDARD=	yes	# non-standard configure arguments
 CONFIGURE_ARGS=	--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
 		--install "${INSTALL}"



More information about the Midnightbsd-cvs mailing list