diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-01 07:19:53 +0000 |
commit | 07faea058d25239040eaa912a331e5cc33588f1a (patch) | |
tree | a1241ac24ea63b66890905df15560da398f67ebd /net-p2p/amule-devel | |
parent | 291a06448fc7267353e933aa326e195eefe719e8 (diff) | |
download | ports-07faea058d25239040eaa912a331e5cc33588f1a.tar.gz ports-07faea058d25239040eaa912a331e5cc33588f1a.zip |
Notes
Diffstat (limited to 'net-p2p/amule-devel')
-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 |