svn commit: r351027 - head/net-p2p/transmission-remote-gui
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 11 18:48:17 UTC 2014
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>
More information about the svn-ports-all
mailing list