1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Fix shebangs

Reviewed by:		mat
Approved by:		mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10527
This commit is contained in:
Tobias C. Berner 2017-05-04 05:25:16 +00:00
parent b45f12fcf3
commit fcc1c8b47d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440089

View File

@ -3,7 +3,7 @@
PORTNAME= telepathy-gabble
PORTVERSION= 0.18.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@ -23,13 +23,16 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
PORTSCOUT= limitw:1,even
USES= alias gmake libtool pathfix pkgconfig python:2,build sqlite ssl
USES= alias gmake libtool pathfix pkgconfig python:2,build shebangfix \
sqlite ssl
USE_GNOME= glib20 gtksourceview3 libxslt:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
CONFIGURE_ENV= LIBS="-pthread"
INSTALL_TARGET= install-strip
SHEBANG_FILES= plugins/telepathy-gabble-xmpp-console
PLIST_SUB= PVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>