diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-04 20:56:58 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-04 20:56:58 +0000 |
commit | 3814180e35d4aca38535acd537f21cd8a3f336e9 (patch) | |
tree | a8420f62132993be7a0ecf6fdf1d9f35b4d26f38 /editors/deforaos-editor | |
parent | db817389dcbd34cfe67f7a5eee7929e8d4a6a537 (diff) | |
download | ports-3814180e35d4aca38535acd537f21cd8a3f336e9.tar.gz ports-3814180e35d4aca38535acd537f21cd8a3f336e9.zip |
Notes
Diffstat (limited to 'editors/deforaos-editor')
-rw-r--r-- | editors/deforaos-editor/Makefile | 10 |
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> |