diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-08-03 14:30:12 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-08-03 14:30:12 +0000 |
commit | 7b4834316984c0261d90fec01f7349751d1c091f (patch) | |
tree | a2e800f9f9a5e389bf687f85e9256888bea3b46d /devel/zthread/Makefile | |
parent | update to 1.0. (diff) |
Update to version 1.4.4
PR: 29412
Submitted by: Peter van Heusden <pvh@egenetics.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=45776
Diffstat (limited to 'devel/zthread/Makefile')
-rw-r--r-- | devel/zthread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index 246bdc9ec209..a0de2fa27788 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zthread -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= devel MASTER_SITES= http://www.cs.buffalo.edu/%7Ecrahen/projects/zthread/ \ ${MASTER_SITE_SOURCEFORGE} @@ -15,6 +15,8 @@ DISTNAME= ZThread-${PORTVERSION} MAINTAINER= pvh@egenetics.com +BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen + HAS_CONFIGURE= yes USE_GMAKE= yes |