Date: Fri, 11 Apr 2014 18:48:17 +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: r351027 - head/net-p2p/transmission-remote-gui Message-ID: <201404111848.s3BImHw3088450@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 11 18:48:16 2014 New Revision: 351027 URL: http://svnweb.freebsd.org/changeset/ports/351027 QAT: https://qat.redports.org/buildarchive/r351027/ Log: Support stage Remove bogus dep on gdk-pixbuf 1 Modified: head/net-p2p/transmission-remote-gui/Makefile Modified: head/net-p2p/transmission-remote-gui/Makefile ============================================================================== --- head/net-p2p/transmission-remote-gui/Makefile Fri Apr 11 18:44:16 2014 (r351026) +++ head/net-p2p/transmission-remote-gui/Makefile Fri Apr 11 18:48:16 2014 (r351027) @@ -38,12 +38,11 @@ QT4_DESC= Use qt4 interface OPTIONS_DEFAULT= GTK2 -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGTK2} USE_FPC+= gtk2 -USE_GNOME= gtk20 gdkpixbuf +USE_GNOME= gtk20 LCL_PLATFORM= gtk2 BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 .endif @@ -67,9 +66,6 @@ do-build: do-install: @cd ${WRKSRC}/units && \ - ${INSTALL_PROGRAM} transgui ${PREFIX}/bin - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_PROGRAM} transgui ${STAGEDIR}${PREFIX}/bin .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111848.s3BImHw3088450>