Date: Tue, 28 May 2013 09:33:29 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319301 - head/graphics/pfstmo Message-ID: <201305280933.r4S9XTRe006592@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 28 09:33:29 2013 New Revision: 319301 URL: http://svnweb.freebsd.org/changeset/ports/319301 Log: Add an explicit build dep on pkgconf Modified: head/graphics/pfstmo/Makefile Modified: head/graphics/pfstmo/Makefile ============================================================================== --- head/graphics/pfstmo/Makefile Tue May 28 09:27:19 2013 (r319300) +++ head/graphics/pfstmo/Makefile Tue May 28 09:33:29 2013 (r319301) @@ -1,7 +1,4 @@ -# New ports collection makefile for: pfstmo -# Date created: Fri Jun 1 16:13:32 UTC 2007 -# Whom: argv[0] (Iouri V. Ivliev) -# +# Created by: Iouri V. Ivliev # $FreeBSD$ PORTNAME= pfstmo @@ -18,6 +15,7 @@ LIB_DEPENDS= pfs-1.2:${PORTSDIR}/graphic PFS_CPPFLAGS= -I${LOCALBASE}/include PFS_LDFLAGS= -L${LOCALBASE}/lib +USES= pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= ${PFS_CPPFLAGS} LDFLAGS+= ${PFS_LDFLAGS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305280933.r4S9XTRe006592>