Index: head/editors/deforaos-editor/Makefile =================================================================== --- head/editors/deforaos-editor/Makefile (revision 332781) +++ head/editors/deforaos-editor/Makefile (revision 332782) @@ -1,24 +1,24 @@ # Created by: Olivier Cochard-Labbe # $FreeBSD$ PORTNAME= editor PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.defora.org/os/download/download/3702/ PKGNAMEPREFIX= deforaos- DISTNAME= Editor-${PORTVERSION} MAINTAINER= olivier@cochard.me 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