diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-01 15:48:29 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-01 15:48:29 +0000 |
commit | e276aea0fac6bfbf327920acba85f428ee385125 (patch) | |
tree | 4d5754f4332c53f4bdf12ab04e326f75da8acbcd /net-mgmt/vidalia | |
parent | 15d73649cc6276c5012f44508c749fb147b6ade1 (diff) |
Notes
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 29a7fc421fa0..2503ce3d8814 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 |