[Bug 191222] x11-themes/icons-tango-extras fails configure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 20 23:04:47 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191222

--- Comment #1 from Sean Bruno <sbruno at FreeBSD.org> ---
Huh ... I guess it just needs a USES pkgconfig.  Odd that this never popped up
before:

redports build before patch
https://redports.org/buildarchive/20140620221701-43018/

redports build after patch
https://redports.org/buildarchive/20140620225215-79404/

Patch:

Index: Makefile
===================================================================
--- Makefile    (revision 28230)
+++ Makefile    (working copy)
@@ -2,7 +2,7 @@

 PORTNAME=    icons-tango-extras
 PORTVERSION=    0.1.0
-PORTREVISION=    5
+PORTREVISION=    6
 CATEGORIES=    x11-themes
 MASTER_SITES=    http://tango.freedesktop.org/releases/ \
         ${MASTER_SITE_GENTOO}
@@ -18,7 +18,7 @@
 RUN_DEPENDS=   
${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:${PORTSDIR}/x11-themes/icons-tango

 GNU_CONFIGURE=    yes
-USES=    gmake
+USES=    gmake pkgconfig
 USE_GNOME=    intlhack
 INSTALLS_ICONS=    yes

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list