[Midnightbsd-cvs] mports [21862] trunk/x11-wm/fvwm2/Makefile: fix some of the dependencies.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Aug 22 23:18:32 EDT 2016


Revision: 21862
          http://svnweb.midnightbsd.org/mports/?rev=21862
Author:   laffer1
Date:     2016-08-22 23:18:31 -0400 (Mon, 22 Aug 2016)
Log Message:
-----------
fix some of the dependencies.

Modified Paths:
--------------
    trunk/x11-wm/fvwm2/Makefile

Modified: trunk/x11-wm/fvwm2/Makefile
===================================================================
--- trunk/x11-wm/fvwm2/Makefile	2016-08-23 03:13:16 UTC (rev 21861)
+++ trunk/x11-wm/fvwm2/Makefile	2016-08-23 03:18:31 UTC (rev 21862)
@@ -14,10 +14,10 @@
 LICENSE=	gpl2 mit
 LICENSE_COMB=	multi
 
-RUN_DEPENDS=	gm4:devel/m4 \
-		p5-XML-Parser>=0:textproc/p5-XML-Parser
-LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
-		libfreetype.so:print/freetype2
+RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
+		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
+LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 # Other ports this port cannot coexist with
 CONFLICTS?=	fvwm-1.* fvwm-2.[457].*



More information about the Midnightbsd-cvs mailing list