From owner-svn-ports-all@FreeBSD.ORG Tue May 28 09:33:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 385112A4; Tue, 28 May 2013 09:33:30 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2AF5C7CB; Tue, 28 May 2013 09:33:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4S9XTKT006593; Tue, 28 May 2013 09:33:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4S9XTRe006592; Tue, 28 May 2013 09:33:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305280933.r4S9XTRe006592@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 May 2013 09:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319301 - head/graphics/pfstmo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 09:33:30 -0000 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}