DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

x11-toolkits/gtk20 still depends on libpng15.so #128

Closed davshao closed 9 years ago

davshao commented 9 years ago

Makefile.DragonFly for x11-toolkits/gtk20 still has

LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png

A quick grep shows that this issue may also affect x11-toolkits/gtk30's Makefile.DragonFly and x11/bbdock's Makefile.

jrmarino commented 9 years ago

bbdock just hadn't been synced yet due to a missing header, but has now. It seems that Makefile.DragonFly is no longer required for either gtk20 or gtk30, so its just been removed entirely. Thanks!