Date: Fri, 3 May 2013 20:48:35 +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: r317247 - head/biology/wise Message-ID: <201305032048.r43KmZfR030193@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 3 20:48:34 2013 New Revision: 317247 URL: http://svnweb.freebsd.org/changeset/ports/317247 Log: Fix build by adding an explicit dep on pkgconf Modified: head/biology/wise/Makefile Modified: head/biology/wise/Makefile ============================================================================== --- head/biology/wise/Makefile Fri May 3 20:44:34 2013 (r317246) +++ head/biology/wise/Makefile Fri May 3 20:48:34 2013 (r317247) @@ -14,6 +14,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES BUILD_WRKSRC= ${WRKSRC}/src +USES= pkgconfig USE_GNOME= glib20 MAKEFILE= makefile MAKE_JOBS_SAFE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032048.r43KmZfR030193>