svn commit: r352167 - head/print/gnomephotoprinter

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 25 23:11:19 UTC 2014


Author: bapt
Date: Fri Apr 25 23:11:19 2014
New Revision: 352167
URL: http://svnweb.freebsd.org/changeset/ports/352167
QAT: https://qat.redports.org/buildarchive/r352167/

Log:
  Support stage

Modified:
  head/print/gnomephotoprinter/Makefile

Modified: head/print/gnomephotoprinter/Makefile
==============================================================================
--- head/print/gnomephotoprinter/Makefile	Fri Apr 25 23:10:40 2014	(r352166)
+++ head/print/gnomephotoprinter/Makefile	Fri Apr 25 23:11:19 2014	(r352167)
@@ -12,11 +12,10 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Gnome Photo Printer is intended for printing photos in an easy way
 
-USE_GNOME=	gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \
-		gnomevfs2
-USES=		gettext gmake pkgconfig
+USE_GNOME=	gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2
+USES=		gettext gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list