svn commit: r338697 - head/graphics/passepartout

Antoine Brodin antoine at FreeBSD.org
Sat Jan 4 23:53:58 UTC 2014


Author: antoine
Date: Sat Jan  4 23:53:57 2014
New Revision: 338697
URL: http://svnweb.freebsd.org/changeset/ports/338697

Log:
  Include bsd.port.options.mk to be able to check things in LOCALBASE

Modified:
  head/graphics/passepartout/Makefile

Modified: head/graphics/passepartout/Makefile
==============================================================================
--- head/graphics/passepartout/Makefile	Sat Jan  4 23:51:31 2014	(r338696)
+++ head/graphics/passepartout/Makefile	Sat Jan  4 23:53:57 2014	(r338697)
@@ -29,6 +29,8 @@ MAN1=		xml2ps.1 passepartout.1x
 
 NO_STAGE=	yes
 
+.include <bsd.port.options.mk>
+
 .if exists(${LOCALBASE}/lib/libfam.a) || defined(WITH_FAM)
 USES+=		fam
 .endif


More information about the svn-ports-all mailing list