diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-04-27 08:50:46 +0000 |
commit | 821843ca06f2354ffe250825fcdffabb6d0caefa (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /devel/doxygen | |
parent | 89d548370ac959aac24d63bd8ab8e32723ecf53d (diff) |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes
Notes:
svn path=/head/; revision=316654
Diffstat (limited to 'devel/doxygen')
-rw-r--r-- | devel/doxygen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index c9b1b282b889..71e613dda5fa 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -18,8 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USES= bison -USE_ICONV= yes +USES= bison iconv ALL_TARGET= all USE_PERL5= yes HAS_CONFIGURE= yes |