diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-01 15:19:53 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:02:40 +0800 |
commit | fbc50624a5e184fac4926501b9df3d09733bfbe6 (patch) | |
tree | 215de8a80462e44fcded1571fa234fd2b481a165 /net-p2p | |
parent | 815f6daedff00284d6467f2b09f0e00f09cc2317 (diff) | |
download | freebsd-ports-gnome-fbc50624a5e184fac4926501b9df3d09733bfbe6.tar.gz freebsd-ports-gnome-fbc50624a5e184fac4926501b9df3d09733bfbe6.tar.zst freebsd-ports-gnome-fbc50624a5e184fac4926501b9df3d09733bfbe6.zip |
Cleanup LIB_DEPENDS on libpng
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 018681076ad9..bc4306147274 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -101,7 +101,7 @@ UPNP_LIB_DEPENDS= libupnp.so:devel/upnp UPNP_CONFIGURE_OFF= --disable-upnp WEBSERVER_CONFIGURE_ON= --enable-webserver -WEBSERVER_LIB_DEPENDS= libpng16.so:graphics/png +WEBSERVER_LIB_DEPENDS= libpng.so:graphics/png WXCAS_CONFIGURE_ON= --enable-wxcas |