svn commit: r405122 - head/graphics/picpuz

Pawel Pekala pawel at FreeBSD.org
Sun Jan 3 09:57:49 UTC 2016


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 at 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" \


More information about the svn-ports-all mailing list