unbreak if doxygen is found

noticed by naddy@, and pointed out by sthen@
This commit is contained in:
phessler 2009-06-13 16:24:31 +00:00
parent 52025eb279
commit 8065acc0ff

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/06 05:18:56 phessler Exp $
# $OpenBSD: Makefile,v 1.2 2009/06/13 16:24:31 phessler Exp $
COMMENT = font rendering library for OpenGL applications
DISTNAME = ftgl-2.1.3-rc5
PKGNAME = ${DISTNAME}p0
SHARED_LIBS = ftgl 0.0 # 2.1
CATEGORIES = graphics
@ -25,5 +26,6 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--with-gl-inc=${X11BASE}/include \
--with-gl-lib=${X11BASE}/lib
CONFIGURE_ENV += ac_cv_path_DOXYGEN=no
.include <bsd.port.mk>