diff options
Diffstat (limited to 'net-mgmt/vidalia')
-rw-r--r-- | net-mgmt/vidalia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile index 29a7fc421fa..2503ce3d881 100644 --- a/net-mgmt/vidalia/Makefile +++ b/net-mgmt/vidalia/Makefile @@ -20,10 +20,10 @@ 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 |