diff options
Diffstat (limited to 'net-mgmt/vidalia/Makefile')
-rw-r--r-- | net-mgmt/vidalia/Makefile | 8 |
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 |