Date: Tue, 26 May 2015 12:41:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387469 - head/graphics/geomorph Message-ID: <201505261241.t4QCfIBd028346@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue May 26 12:41:18 2015 New Revision: 387469 URL: https://svnweb.freebsd.org/changeset/ports/387469 Log: - Fix shebangs - Add USES=desktop-file-utils as suggested by stage-qa Modified: head/graphics/geomorph/Makefile Modified: head/graphics/geomorph/Makefile ============================================================================== --- head/graphics/geomorph/Makefile Tue May 26 12:39:38 2015 (r387468) +++ head/graphics/geomorph/Makefile Tue May 26 12:41:18 2015 (r387469) @@ -3,7 +3,7 @@ PORTNAME= geomorph PORTVERSION= 0.60.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60/ @@ -13,7 +13,8 @@ COMMENT= Height field generator and edit LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ libpng.so:${PORTSDIR}/graphics/png -USES= gmake pkgconfig +USES= desktop-file-utils gmake pkgconfig shebangfix +SHEBANG_FILES= update-rc USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libintl-prefix="${LOCALBASE}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505261241.t4QCfIBd028346>