- Fix shebangs

- Add USES=desktop-file-utils as suggested by stage-qa
This commit is contained in:
Dmitry Marakasov 2015-05-26 12:41:18 +00:00
parent 383cbff142
commit e1192e990f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387469

View File

@ -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 editor
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}"