Commits

Joshua Root authored 869190b4645
mp3info: remove broken gtk variant

Closes: https://trac.macports.org/ticket/57218
No tags

audio/mp3info/Portfile

Modified
45 45 destroot.destdir prefix=${destroot}${prefix} \
46 46 mandir=${destroot}${prefix}/share/man/man1
47 47
48 48 post-destroot {
49 49 set docdir ${prefix}/share/doc/${name}-${version}
50 50 xinstall -d ${destroot}${docdir}
51 51 xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE README mp3info.txt mp3info.html \
52 52 ${destroot}${docdir}
53 53 }
54 54
55 -variant gtk description {Enable GTK user interface} {
56 - depends_build-append port:pkgconfig
57 - depends_lib-append port:gtk1
58 -
59 - build.target all
60 - destroot.target install
61 -}
62 -
63 55 variant universal {
64 56 post-configure {
65 57 reinplace -E "/^CFLAGS/s|\$| [join ${configure.universal_cflags} " "]|" ${worksrcpath}/Makefile
66 58 }
67 59 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut