aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/vidalia/Makefile
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-04-25 21:42:56 +0800
committersylvio <sylvio@FreeBSD.org>2010-04-25 21:42:56 +0800
commit2b51829bec6420fa1d89deb33101fd4c1f047126 (patch)
tree90db4b66d3044381c5bcbabaac08c392b020d38e /net-mgmt/vidalia/Makefile
parent551771375189b5ce35ce605abc597bf93ab7c5f6 (diff)
downloadfreebsd-ports-gnome-2b51829bec6420fa1d89deb33101fd4c1f047126.tar.gz
freebsd-ports-gnome-2b51829bec6420fa1d89deb33101fd4c1f047126.tar.zst
freebsd-ports-gnome-2b51829bec6420fa1d89deb33101fd4c1f047126.zip
- Update to 0.2.8
PR: ports/145995 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer)
Diffstat (limited to 'net-mgmt/vidalia/Makefile')
-rw-r--r--net-mgmt/vidalia/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile
index 1d1c37fe9697..29a7fc421fa0 100644
--- a/net-mgmt/vidalia/Makefile
+++ b/net-mgmt/vidalia/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= vidalia
-PORTVERSION= 0.2.7
-PORTREVISION= 1
+PORTVERSION= 0.2.8
CATEGORIES= net-mgmt security
MASTER_SITES= http://www.torproject.org/vidalia/dist/
@@ -16,14 +15,15 @@ COMMENT= A graphical Tor controller based on Qt 4.x
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
+INSTALLS_ICONS= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build network xml linguist_build
MAKE_JOBS_SAFE= yes
-HAVE_TOR!= if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
+HAVE_TOR!= if ${PKG_INFO} -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
.if (${HAVE_TOR} == "YES")
-HAVE_TOR_DEVEL!= if pkg_info -I tor-devel\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
+HAVE_TOR_DEVEL!= if ${PKG_INFO} -I tor-devel\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
.if (${HAVE_TOR_DEVEL} == "YES")
OPTIONS= TOR_DEVEL "Depend on tor-devel (already installed)" On