diff options
author | olivierd <olivierd@FreeBSD.org> | 2012-12-31 00:50:29 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2012-12-31 00:50:29 +0800 |
commit | 672a4f1e68fbc32c82284eae643ac7a80e32d02c (patch) | |
tree | 9defe291418cbe20bd85dd18dcbe215f465b54e8 /x11 | |
parent | 75ff8f2ddf90d23f6cda6465f3860687e8da6aa0 (diff) | |
download | freebsd-ports-gnome-672a4f1e68fbc32c82284eae643ac7a80e32d02c.tar.gz freebsd-ports-gnome-672a4f1e68fbc32c82284eae643ac7a80e32d02c.tar.zst freebsd-ports-gnome-672a4f1e68fbc32c82284eae643ac7a80e32d02c.zip |
Bump PORTREVISION for Thunar related ports
Approved by: rene, miwi (mentors, implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/avant-window-navigator/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index cf90b3cc02a8..a3cb2b7003f6 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: avant-window-navigator -# Date created: 18 May 2009 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ # PORTNAME= avant-window-navigator PORTVERSION= 0.3.2.1 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES= x11 MASTER_SITES= http://launchpadlibrarian.net/26374006/ \ http://mirror.amdmi3.ru/distfiles/ @@ -17,8 +14,8 @@ COMMENT= Dock-like navigation bar BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -LIB_DEPENDS= wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_GMAKE= yes |