[Midnightbsd-cvs] mports [22314] trunk/devel/libpeas/Makefile: cleanup depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 22 07:59:59 EST 2017


Revision: 22314
          http://svnweb.midnightbsd.org/mports/?rev=22314
Author:   laffer1
Date:     2017-02-22 07:59:59 -0500 (Wed, 22 Feb 2017)
Log Message:
-----------
cleanup depends

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

Modified: trunk/devel/libpeas/Makefile
===================================================================
--- trunk/devel/libpeas/Makefile	2017-02-22 12:58:39 UTC (rev 22313)
+++ trunk/devel/libpeas/Makefile	2017-02-22 12:59:59 UTC (rev 22314)
@@ -11,13 +11,13 @@
 
 LICENSE=	lgpl
 
-BUILD_DEPENDS=	+valac:${PORTSDIR}/lang/vala
+BUILD_DEPENDS+=	valac:lang/vala
 
 LIBPEAS_SLAVE?=	no
 
 .if ${LIBPEAS_SLAVE} == no
 .else
-LIB_DEPENDS+=	libpeas-1.0.so:${PORTSDIR}/devel/libpeas
+LIB_DEPENDS+=	libpeas-1.0.so:devel/libpeas
 .endif
 
 USES=		gettext gmake libtool pathfix pkgconfig tar:xz



More information about the Midnightbsd-cvs mailing list