[Midnightbsd-cvs] mports [23560] trunk/editors/gedit/Makefile: clean up depends list

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 2 08:20:55 EDT 2018


Revision: 23560
          http://svnweb.midnightbsd.org/mports/?rev=23560
Author:   laffer1
Date:     2018-06-02 08:20:54 -0400 (Sat, 02 Jun 2018)
Log Message:
-----------
clean up depends list

Modified Paths:
--------------
    trunk/editors/gedit/Makefile

Modified: trunk/editors/gedit/Makefile
===================================================================
--- trunk/editors/gedit/Makefile	2018-06-02 12:16:06 UTC (rev 23559)
+++ trunk/editors/gedit/Makefile	2018-06-02 12:20:54 UTC (rev 23560)
@@ -13,18 +13,18 @@
 
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	python2.7:${PORTSDIR}/lang/python27 \
-		iso-codes>=0:${PORTSDIR}/misc/iso-codes \
-		vala:${PORTSDIR}/lang/vala \
-		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
-		itstool:${PORTSDIR}/textproc/itstool \
-LIB_DEPENDS=	libenchant.so:${PORTSDIR}/textproc/enchant \
-		libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \
-		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
-RUN_DEPENDS=	iso-codes>=0:${PORTSDIR}/misc/iso-codes \
-		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
-		${PYTHON_PKGNAMEPREFIX}libpeas>=0:${PORTSDIR}/devel/py3-libpeas \
-		python2.7:${PORTSDIR}/lang/python27
+BUILD_DEPENDS=	python2.7:lang/python27 \
+		iso-codes>=0:misc/iso-codes \
+		vala:lang/vala \
+		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+		itstool:textproc/itstool \
+LIB_DEPENDS=	libenchant.so:textproc/enchant \
+		libpeas-gtk-1.0.so:devel/libpeas \
+		libsoup-2.4.so:devel/libsoup
+RUN_DEPENDS=	iso-codes>=0:misc/iso-codes \
+		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
+		${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas \
+		python2.7:lang/python27
 
 USES=		desktop-file-utils gettext gmake libtool \
 		pathfix pkgconfig python:3 tar:xz



More information about the Midnightbsd-cvs mailing list