svn commit: r387469 - head/graphics/geomorph
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue May 26 12:41:19 UTC 2015
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}"
More information about the svn-ports-all
mailing list