diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-27 00:24:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-04-27 00:24:42 +0000 |
commit | 7a047790a2d938d5ed30394ea60a0e4ae696f969 (patch) | |
tree | 6a7122a32f7b47489d98a707a71697a428e0372e /deskutils | |
parent | 0a2b8bc7bca9c679bcf9dc29a65d51a6a8739915 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gxneur/Makefile | 4 | ||||
-rw-r--r-- | deskutils/xneur/Makefile | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index f04033108632..567a27b9df84 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -262,6 +262,7 @@ SUBDIR += xfce4-xkb-plugin SUBDIR += xmaddressbook SUBDIR += xmdiary + SUBDIR += xneur SUBDIR += xopps SUBDIR += xpad SUBDIR += xpostit diff --git a/deskutils/gxneur/Makefile b/deskutils/gxneur/Makefile index 85e9be113859..bcde68fcdfd9 100644 --- a/deskutils/gxneur/Makefile +++ b/deskutils/gxneur/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://dists.xneur.ru/release-${PORTVERSION}/tgz/ MAINTAINER= ports@logvinov.com COMMENT= GTK frontend for XNeur keyboard layout switcher -BUILD_DEPENDS= xneur:${PORTSDIR}/russian/xneur -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur +RUN_DEPENDS= xneur:${PORTSDIR}/deskutils/xneur MAKE_JOBS_SAFE= yes diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 82e5e9702e8e..188954c93a1a 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -7,7 +7,7 @@ PORTNAME= xneur PORTVERSION= 0.9.4 -CATEGORIES= russian deskutils +CATEGORIES= deskutils MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ \ http://mirror.amdmi3.ru/ |