diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-22 17:25:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-22 17:25:44 +0800 |
commit | d9c78af5af2193eba5399d0f831c2a598bc47212 (patch) | |
tree | e91c9a8c6f2b89cd24bbaaf5787f222813e4a7b5 /audio/gtkpod | |
parent | a8b98c0bf3887cd7cfe2ec4ec0c1ea4fe6493e62 (diff) | |
download | freebsd-ports-gnome-d9c78af5af2193eba5399d0f831c2a598bc47212.tar.gz freebsd-ports-gnome-d9c78af5af2193eba5399d0f831c2a598bc47212.tar.zst freebsd-ports-gnome-d9c78af5af2193eba5399d0f831c2a598bc47212.zip |
- Fix shebangs
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 97792b6b68cf..a3e0e417ea89 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkpod PORTVERSION= 1.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libgpod.so:audio/libgpod -USES= gettext gmake pkgconfig shebangfix +USES= gettext gmake pkgconfig python:run shebangfix SHEBANG_FILES= scripts/mab2vcard scripts/sync-evolution.sh \ scripts/sync-knotes.sh scripts/sync-ldif.sh \ scripts/sync-palm-jppy.py |