Date: Sat, 4 Jan 2014 23:53:57 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338697 - head/graphics/passepartout Message-ID: <201401042353.s04Nrv2C067726@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401042353.s04Nrv2C067726>