aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-11-05 04:56:58 +0800
committerwg <wg@FreeBSD.org>2013-11-05 04:56:58 +0800
commitf5fecf4c1b0825997d06294683188ddce7ed87a2 (patch)
treea8420f62132993be7a0ecf6fdf1d9f35b4d26f38 /editors
parentafb5917431573d6d2cb5d98139371ec37c05d9ca (diff)
downloadfreebsd-ports-gnome-f5fecf4c1b0825997d06294683188ddce7ed87a2.tar.gz
freebsd-ports-gnome-f5fecf4c1b0825997d06294683188ddce7ed87a2.tar.zst
freebsd-ports-gnome-f5fecf4c1b0825997d06294683188ddce7ed87a2.zip
editors/deforaos-editor: allow staging
- Allow staging - Change lib depends to new format - USES desktop-file-utils PR: ports/183643 Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r--editors/deforaos-editor/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index ed1c1b8322e2..5d3c53b644aa 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -3,6 +3,7 @@
PORTNAME= editor
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.defora.org/os/download/download/3702/
PKGNAMEPREFIX= deforaos-
@@ -13,12 +14,11 @@ COMMENT= DeforaOS desktop text editor
LICENSE= GPLv3
-LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem \
- Desktop:${PORTSDIR}/x11/deforaos-libdesktop
+LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
+ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
MAKE_ARGS= PREFIX=${PREFIX}
-USES= pkgconfig gettext
-USE_GNOME= gtk20 desktopfileutils
+USES= desktop-file-utils gettext pkgconfig
+USE_GNOME= gtk20
-NO_STAGE= yes
.include <bsd.port.mk>