From e70ff5638c39a5028e724b5dc4016100fe04a120 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sun, 24 Mar 2013 06:23:42 +0000 Subject: - attempt to fix build by bringing in doxygen requirement Reported by: pointyhat --- devel/libshbuf/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'devel/libshbuf') diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index a1dc1d4fe024..5f55515ece10 100644 --- a/devel/libshbuf/Makefile +++ b/devel/libshbuf/Makefile @@ -11,10 +11,21 @@ COMMENT= Library for Shared Buffer IPC LICENSE= GPLv2 +OPTIONS_DEFINE= DOXYGEN + USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USES= pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-lynx +.include + +.if ${PORT_OPTIONS:MDOXYGEN} +CONFIGURE_ARGS+= --enable-doxygen +BUILD_DEPENDS+= doxygen>0:${PORTSDIR}/devel/doxygen +.else +CONFIGURE_ARGS+= --disable-doxygen +.endif + .include -- cgit v1.2.3