Date: Sat, 31 Aug 2013 01:04:33 +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: r325758 - head/x11-wm/openbox Message-ID: <201308310104.r7V14XqL055157@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Aug 31 01:04:32 2013 New Revision: 325758 URL: http://svnweb.freebsd.org/changeset/ports/325758 Log: Add an explicit dependency on pkgconf While here convert USE_GMAKE to USES=gmake Modified: head/x11-wm/openbox/Makefile Modified: head/x11-wm/openbox/Makefile ============================================================================== --- head/x11-wm/openbox/Makefile Sat Aug 31 00:46:47 2013 (r325757) +++ head/x11-wm/openbox/Makefile Sat Aug 31 01:04:32 2013 (r325758) @@ -13,7 +13,7 @@ COMMENT= Small, fast, standards complian LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 libxml2 gnomehack ltverhack USE_XORG= xft USE_AUTOTOOLS= libtool
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310104.r7V14XqL055157>