Date: Sun, 3 Jan 2016 09:57:48 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405122 - head/graphics/picpuz Message-ID: <201601030957.u039vmla041523@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Jan 3 09:57:48 2016 New Revision: 405122 URL: https://svnweb.freebsd.org/changeset/ports/405122 Log: Switch to USES=execinfo PR: 205325 Submitted by: myself Approved by: maintainer timeout Modified: head/graphics/picpuz/Makefile Modified: head/graphics/picpuz/Makefile ============================================================================== --- head/graphics/picpuz/Makefile Sun Jan 3 09:54:09 2016 (r405121) +++ head/graphics/picpuz/Makefile Sun Jan 3 09:57:48 2016 (r405122) @@ -11,12 +11,11 @@ MASTER_SITES= http://kornelix.squarespac MAINTAINER= devel@stasyan.com COMMENT= Jigsaw puzzle program -USES= gmake pkgconfig +USES= execinfo gmake pkgconfig USE_GNOME= gtk20 ALL_TARGET= # #RUN_DEPENDS+= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo DESKTOP_ENTRIES="Picpuz" \ "Jigsaw Puzzle" \ "${PREFIX}/share/pixmaps/picpuz.png" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601030957.u039vmla041523>