aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-24 20:58:02 +0800
committermiwi <miwi@FreeBSD.org>2017-04-24 20:58:02 +0800
commit441443674827629ac9ce6f6b6f43156d04085279 (patch)
treee164a866ccecca209e23c94b5b7bc7ac50ec08d9 /net-im
parentce6fa757df04f2602a9fc6253d37bd06ca1114c7 (diff)
downloadfreebsd-ports-gnome-441443674827629ac9ce6f6b6f43156d04085279.tar.gz
freebsd-ports-gnome-441443674827629ac9ce6f6b6f43156d04085279.tar.zst
freebsd-ports-gnome-441443674827629ac9ce6f6b6f43156d04085279.zip
- Fix shebangs
Submitted by: Jochen Neumeister (via irc)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libpurple/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index cab6c335699b..8234eef84016 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -3,7 +3,7 @@
PORTNAME?= libpurple
PORTVERSION= 2.12.0
-PORTREVISION?= 0
+PORTREVISION= 1
CATEGORIES?= net-im
MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION}
DISTNAME= pidgin-${PORTVERSION}
@@ -26,9 +26,11 @@ INSTALL_TARGET= install-strip
.if !defined(PIDGIN_SLAVE)
# Pidgin slave ports that require the following functionality, must explicitly
# set these macros themselves.
-USES+= iconv python
+USES+= iconv python shebangfix
USE_LDCONFIG= yes
WANT_GNOME= yes
+SHEBANG_FILES= libpurple/purple-remote \
+ libpurple/purple-url-handler
.if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME