svn commit: r306523 - head/devel/fc++

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 27 19:17:30 UTC 2012


Author: bapt
Date: Sat Oct 27 19:17:29 2012
New Revision: 306523
URL: http://svn.freebsd.org/changeset/ports/306523

Log:
  Add the forgotten include
  
  Feature safe:	yes

Modified:
  head/devel/fc++/Makefile

Modified: head/devel/fc++/Makefile
==============================================================================
--- head/devel/fc++/Makefile	Sat Oct 27 19:11:56 2012	(r306522)
+++ head/devel/fc++/Makefile	Sat Oct 27 19:17:29 2012	(r306523)
@@ -14,6 +14,8 @@ OPTIONS_DEFINE=	DOCS
 
 NO_BUILD=	yes
 
+.include <bsd.port.options.mk>
+
 do-install:
 	@${MKDIR} ${PREFIX}/include/fc++
 	${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/fc++


More information about the svn-ports-all mailing list