diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-06 02:06:58 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-06 02:06:58 +0800 |
commit | ddf2164dcacaa4b694bc409c391e88324a056ec1 (patch) | |
tree | 3d0a3df29a34f1f59e1a8b0527264452ac76f73f /net | |
parent | ef3cd05f8445c82842a82a35e1faffd7e05057b5 (diff) | |
download | freebsd-ports-gnome-ddf2164dcacaa4b694bc409c391e88324a056ec1.tar.gz freebsd-ports-gnome-ddf2164dcacaa4b694bc409c391e88324a056ec1.tar.zst freebsd-ports-gnome-ddf2164dcacaa4b694bc409c391e88324a056ec1.zip |
- Support staging.
- Use the new LIB_DEPENDS syntax.
Diffstat (limited to 'net')
-rw-r--r-- | net/kio-upnp-ms/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/kio-upnp-ms/Makefile b/net/kio-upnp-ms/Makefile index 18a34f1f1396..de02e1a0456c 100644 --- a/net/kio-upnp-ms/Makefile +++ b/net/kio-upnp-ms/Makefile @@ -10,11 +10,10 @@ CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fluffy - MAINTAINER= kde@FreeBSD.org COMMENT= KIO slave to access UPnP MediaServers -LIB_DEPENDS= HUpnp.1:${PORTSDIR}/net/hupnp +LIB_DEPENDS= libHUpnp.so:${PORTSDIR}/net/hupnp USE_BZIP2= yes USES= cmake @@ -28,5 +27,4 @@ PLIST_FILES= include/kio/upnp-ms-types.h \ lib/kde4/kio_upnp_ms.so \ share/kde4/services/kio_upnp_ms.protocol -NO_STAGE= yes .include <bsd.port.mk> |