svn commit: r366073 - head/devel/liballium

Adam Weinberger adamw at FreeBSD.org
Mon Aug 25 13:29:12 UTC 2014


Author: adamw
Date: Mon Aug 25 13:29:11 2014
New Revision: 366073
URL: http://svnweb.freebsd.org/changeset/ports/366073
QAT: https://qat.redports.org/buildarchive/r366073/

Log:
  Add forgotten DOCS option.

Modified:
  head/devel/liballium/Makefile

Modified: head/devel/liballium/Makefile
==============================================================================
--- head/devel/liballium/Makefile	Mon Aug 25 13:02:59 2014	(r366072)
+++ head/devel/liballium/Makefile	Mon Aug 25 13:29:11 2014	(r366073)
@@ -25,6 +25,8 @@ PLIST_SUB+=	PKGNAME=${PKGNAME}
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+OPTIONS_DEFINE=	DOCS
+
 post-patch:
 	@${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \
 		${WRKSRC}/Makefile.am


More information about the svn-ports-all mailing list