pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

enlightenment0224: fix some pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Mar 20 10:30:11 2019 +0100
Changeset:	d953a1cf9178b83b255f667f2fb7020417a49510

Modified Files:
	enlightenment0224/Makefile

Log Message:
enlightenment0224: fix some pkglint warnings

XXX: package is quite unfinished, not even PLIST is filled in

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d953a1cf9178b83b255f667f2fb7020417a49510

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 enlightenment0224/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/enlightenment0224/Makefile b/enlightenment0224/Makefile
index 991efefffa..c67579dacd 100644
--- a/enlightenment0224/Makefile
+++ b/enlightenment0224/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	enlightenment-0.22.4
 PKGREVISION=	1
-CATEGORIES=	wip
+CATEGORIES=	wm
 MASTER_SITES=	https://download.enlightenment.org/rel/apps/enlightenment/
 EXTRACT_SUFX=	.tar.xz
 
@@ -11,8 +11,8 @@ HOMEPAGE=	https://download.enlightenment.org/rel/apps/enlightenment/
 COMMENT=	Enlightenment desktop
 LICENSE=	2-clause-bsd
 
-DEPENDS+=               efl121-[0-9]*:../../wip/efl121/
-DEPENDS+=               terminology-[0-9]*:../../wip/terminology/
+DEPENDS+=               efl121-[0-9]*:../../wip/efl121
+DEPENDS+=               terminology-[0-9]*:../../wip/terminology
 
 GNU_CONFIGURE=		yes
 USE_LIBTOOL=		yes


Home | Main Index | Thread Index | Old Index