Skip to content

Commit

Permalink
zvbi: disable rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jun 4, 2024
1 parent d46b399 commit 42023d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions multimedia/zvbi/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ legacysupport.newest_darwin_requires_legacy 12

name zvbi
version 0.2.35
revision 4
revision 5
categories multimedia
maintainers nomaintainer
license GPL-2+
Expand Down Expand Up @@ -53,12 +53,10 @@ depends_lib-append \
port:libiconv \
port:libpng

# Disable rpath use for 10.5 and earlier
# See: https://trac.macports.org/ticket/64212
if { ${os.platform} eq "darwin" && ${os.major} <= 9 } {
configure.args-append \
# Also: https://trac.macports.org/ticket/70160
configure.args-append \
--disable-rpath
}

livecheck.url http://sourceforge.net/projects/zapping/files/${name}
livecheck.type regex
Expand Down

0 comments on commit 42023d7

Please sign in to comment.