Date: Fri, 13 Sep 2013 17:27:07 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327169 - in head: www/dillo2 x11/stjerm Message-ID: <201309131727.r8DHR7g0038223@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Sep 13 17:27:07 2013 New Revision: 327169 URL: http://svnweb.freebsd.org/changeset/ports/327169 Log: Add explicit dependency on pkgconf (2 ports) Approved by: portmgr (bapt, implicit) Modified: head/www/dillo2/Makefile head/x11/stjerm/Makefile Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Fri Sep 13 17:14:53 2013 (r327168) +++ head/www/dillo2/Makefile Fri Sep 13 17:27:07 2013 (r327169) @@ -20,9 +20,9 @@ LICENSE= GPLv3 LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes MAN1= dillo.1 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec CONFLICTS= dillo-i18n-[0-9]* \ Modified: head/x11/stjerm/Makefile ============================================================================== --- head/x11/stjerm/Makefile Fri Sep 13 17:14:53 2013 (r327168) +++ head/x11/stjerm/Makefile Fri Sep 13 17:27:07 2013 (r327169) @@ -15,7 +15,7 @@ ACLOCAL_ARGS= --automake-acdir=${ACLOCAL -I${LOCALBASE}/share/aclocal USE_GNOME= vte gtk20 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig MAN8= stjerm.8 LICENSE_FILE= ${WRKSRC}/COPYING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131727.r8DHR7g0038223>