Date: Fri, 6 Sep 2013 10:41:02 +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: r326485 - in head: games/secretmaryochronicles x11/libgnome-java Message-ID: <201309061041.r86Af29f097771@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 6 10:41:02 2013 New Revision: 326485 URL: http://svnweb.freebsd.org/changeset/ports/326485 Log: Add an explicit dependency on pkgconf Modified: head/games/secretmaryochronicles/Makefile head/x11/libgnome-java/Makefile Modified: head/games/secretmaryochronicles/Makefile ============================================================================== --- head/games/secretmaryochronicles/Makefile Fri Sep 6 10:24:11 2013 (r326484) +++ head/games/secretmaryochronicles/Makefile Fri Sep 6 10:41:02 2013 (r326485) @@ -19,10 +19,9 @@ LIB_DEPENDS= CEGUIBase-0.7.9:${PORTSDIR} USE_BZIP2= yes USE_AUTOTOOLS= aclocal:env autoheader:env autoconf:env automake:env GNU_CONFIGURE= yes -USE_GMAKE= yes USE_SDL= sdl image mixer ttf USE_GL= gl glu -USES= gettext +USES= gettext gmake pkgconfig CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -DBOOST_FILESYSTEM_VERSION=3 Modified: head/x11/libgnome-java/Makefile ============================================================================== --- head/x11/libgnome-java/Makefile Fri Sep 6 10:24:11 2013 (r326484) +++ head/x11/libgnome-java/Makefile Fri Sep 6 10:41:02 2013 (r326485) @@ -15,8 +15,8 @@ COMMENT= Java wrapper for GNOME 2 BUILD_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309061041.r86Af29f097771>