diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/gupnp-ui | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | freebsd-ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net/gupnp-ui')
-rw-r--r-- | net/gupnp-ui/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 31e6ed96da4a..4920c295b606 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -12,9 +12,9 @@ COMMENT= Framework for UPnP devices LICENSE= LGPL20 -BUILD_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp -LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp \ - libsoup-2.4.so:${PORTSDIR}/devel/libsoup +BUILD_DEPENDS= gupnp>=0.3:net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:net/gupnp \ + libsoup-2.4.so:devel/libsoup RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes |