Date: Fri, 27 Dec 2013 21:53:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337814 - head/x11-toolkits/pangoxsl Message-ID: <201312272153.rBRLrm69039661@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Dec 27 21:53:47 2013 New Revision: 337814 URL: http://svnweb.freebsd.org/changeset/ports/337814 Log: Stage support Modified: head/x11-toolkits/pangoxsl/Makefile Modified: head/x11-toolkits/pangoxsl/Makefile ============================================================================== --- head/x11-toolkits/pangoxsl/Makefile Fri Dec 27 21:48:55 2013 (r337813) +++ head/x11-toolkits/pangoxsl/Makefile Fri Dec 27 21:53:47 2013 (r337814) @@ -10,8 +10,7 @@ MASTER_SITES= SF/pangopdf/${PORTNAME}/${ MAINTAINER= ports@FreeBSD.org COMMENT= Implements Pango library with a PDF backend for PDF output -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_GNOME= pango USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -21,5 +20,4 @@ CONFIGURE_ARGS= --disable-gtk-doc \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312272153.rBRLrm69039661>