diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2008-10-17 19:35:50 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2008-10-17 19:35:50 +0000 |
commit | e77098ccc317f038159d273b7fde8fdb796f935b (patch) | |
tree | 7f67cecd9421ed7d8caa87d15632f83473e2bb18 /devel/doxygen/Makefile | |
parent | fc056ec969d95d4c72aa6f91dfc7f011aa8782dc (diff) |
Notes
Diffstat (limited to 'devel/doxygen/Makefile')
-rw-r--r-- | devel/doxygen/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 303f5876ca32..0c48f3274c53 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -6,20 +6,19 @@ # PORTNAME= doxygen -PORTVERSION= 1.5.6 -PORTREVISION= 1 +PORTVERSION= 1.5.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ http://ftp.stack.nl/pub/users/dimitri/ EXTRACT_SUFX= .src.tar.gz -MAINTAINER= mwisnicki+freebsd@gmail.com +MAINTAINER= cyberbotx@cyberbotx.com COMMENT= A documentation system for C, C++ and other languages BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake LIB_DEPENDS= png:${PORTSDIR}/graphics/png -USE_BISON= yes +USE_BISON= build USE_ICONV= yes ALL_TARGET= all |