diff options
author | pav <pav@FreeBSD.org> | 2011-03-27 07:31:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-27 07:31:50 +0800 |
commit | 8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc (patch) | |
tree | 3eab27388a388220899aaf5463aedf8d9bdb77b2 /sysutils | |
parent | a9f2e4dddca0745ed012683a38735cd2307eb014 (diff) | |
download | freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.tar.gz freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.tar.zst freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.zip |
- Actually chase upnp shlib change
Reported by: pointyhat
Pointy hat to: pawel (miwi, wen)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/djmount/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index fe976ab22764..dc7869215c69 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -7,7 +7,7 @@ PORTNAME= djmount PORTVERSION= 0.71 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= d9364104@mail.nchu.edu.tw COMMENT= Mount UPnP A/V Media LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - upnp.6:${PORTSDIR}/devel/upnp + upnp.7:${PORTSDIR}/devel/upnp BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod |