diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-21 11:07:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-21 11:07:55 +0000 |
commit | 99107e7b1ab38465b167f4cfbfc245cbffb01dd1 (patch) | |
tree | d0934e86bae352346cceb9b1e166714d0d986ea9 /net-mgmt/vidalia/Makefile | |
parent | 7a8a648b301e5b8d19bd849560cb7f977ec40978 (diff) | |
download | ports-99107e7b1ab38465b167f4cfbfc245cbffb01dd1.tar.gz ports-99107e7b1ab38465b167f4cfbfc245cbffb01dd1.zip |
Notes
Diffstat (limited to 'net-mgmt/vidalia/Makefile')
-rw-r--r-- | net-mgmt/vidalia/Makefile | 33 |
1 files changed, 2 insertions, 31 deletions
diff --git a/net-mgmt/vidalia/Makefile b/net-mgmt/vidalia/Makefile index 840e4b88e324..4f9d94d1425b 100644 --- a/net-mgmt/vidalia/Makefile +++ b/net-mgmt/vidalia/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vidalia -PORTVERSION= 0.2.9 +PORTVERSION= 0.2.10 CATEGORIES= net-mgmt security MASTER_SITES= http://www.torproject.org/vidalia/dist/ @@ -20,33 +20,4 @@ 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 - -.if (${HAVE_TOR} == "YES") -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 -.else -OPTIONS= TOR "Depend on tor (already installed)" On -.endif - -.else - -OPTIONS= TOR_DEVEL "Depend on tor-devel" On \ - TOR "Depend on tor" Off - -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_TOR_DEVEL) -.if defined(WITH_TOR) -IGNORE= cannot depend on tor and tor-devel at the same time -.endif -RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor-devel -.elif defined(WITH_TOR) -RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |