Date: Mon, 2 Sep 2013 16:04:21 +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: r326020 - in head: graphics/libGLU x11-wm/jwm Message-ID: <201309021604.r82G4Li0060521@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 16:04:20 2013 New Revision: 326020 URL: http://svnweb.freebsd.org/changeset/ports/326020 Log: Add an explicit dependency on pkgconf Modified: head/graphics/libGLU/Makefile head/x11-wm/jwm/Makefile Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Mon Sep 2 15:59:19 2013 (r326019) +++ head/graphics/libGLU/Makefile Mon Sep 2 16:04:20 2013 (r326020) @@ -11,7 +11,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static Modified: head/x11-wm/jwm/Makefile ============================================================================== --- head/x11-wm/jwm/Makefile Mon Sep 2 15:59:19 2013 (r326019) +++ head/x11-wm/jwm/Makefile Mon Sep 2 16:04:20 2013 (r326020) @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_XORG= xpm GNU_CONFIGURE= yes USE_BZIP2= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021604.r82G4Li0060521>