#26932 closed defect (fixed)
Automoc should not depend on phonon
Reported by: | nerdrew@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | automoc |
Description
Phonon depends upon automoc.
diff --git a/dports/devel/automoc/Portfile b/dports/devel/automoc/Portfile index a8bd7d7..7c75107 100644 --- a/dports/devel/automoc/Portfile +++ b/dports/devel/automoc/Portfile @@ -5,7 +5,8 @@ PortSystem 1.0 # use KDE4 portgroup, except for depends_build on this port # See dports/_resources/port1.0/group/kde4-1.1.tcl for more info. PortGroup kde4 1.1 depends_build-delete port:automoc +depends_lib-delete port:phonon name automoc version 0.9.88
Phonon was added as a kde4 1.1 group dependency. Automoc should remove it.
Change History (2)
comment:1 Changed 14 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Port: | automoc added |
---|
Please remember to fill in the Port field.
Note: See
TracTickets for help on using
tickets.
Good point. Committed in r72646. Thanks!