Date: Mon, 24 Mar 2014 22:53:47 +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: r349089 - head/graphics/gnustep-slideshow Message-ID: <201403242253.s2OMrlPb042047@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 24 22:53:47 2014 New Revision: 349089 URL: http://svnweb.freebsd.org/changeset/ports/349089 QAT: https://qat.redports.org/buildarchive/r349089/ Log: Support stage Modified: head/graphics/gnustep-slideshow/Makefile Modified: head/graphics/gnustep-slideshow/Makefile ============================================================================== --- head/graphics/gnustep-slideshow/Makefile Mon Mar 24 22:52:50 2014 (r349088) +++ head/graphics/gnustep-slideshow/Makefile Mon Mar 24 22:53:47 2014 (r349089) @@ -13,7 +13,7 @@ COMMENT= SlideShow Viewer LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes @@ -24,5 +24,4 @@ OBJCFLAGS+= -Dsel_eq=sel_isEqual SLIDESHOWKIT_PORT?= graphics/gnustep-slideshowkit -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403242253.s2OMrlPb042047>