- Fixed make describe

Reported by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
Submitted by:	maintainer (private email)
This commit is contained in:
Sylvio Cesar Teixeira 2010-05-01 15:48:29 +00:00
parent 15d73649cc
commit e276aea0fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253515

View file

@ -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