[Midnightbsd-cvs] mports [16046] trunk/editors/mousepad/Makefile: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 8 19:38:32 EST 2014
Revision: 16046
http://svnweb.midnightbsd.org/mports/?rev=16046
Author: laffer1
Date: 2014-03-08 19:38:31 -0500 (Sat, 08 Mar 2014)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/editors/mousepad/Makefile
Modified: trunk/editors/mousepad/Makefile
===================================================================
--- trunk/editors/mousepad/Makefile 2014-03-09 00:07:35 UTC (rev 16045)
+++ trunk/editors/mousepad/Makefile 2014-03-09 00:38:31 UTC (rev 16046)
@@ -8,7 +8,7 @@
PORTNAME= mousepad
PORTVERSION= 0.2.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -16,13 +16,14 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Simple xfce editor
+
LICENSE= gpl2
GNU_CONFIGURE= yes
USE_BZIP2= yes
+USES= gmake pkgconfig
USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
+USE_GNOME= gtk20 intltool intlhack desktopfileutils
USE_XFCE= configenv libgui
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list