diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-01 18:03:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-01 18:03:38 +0000 |
commit | 243abff3a7c2f34dba3a9174ab6b16525141cd6e (patch) | |
tree | 49a0cee2b3ecc6cdb167a19e143feb5da5a5a688 /multimedia/podcastdl/Makefile | |
parent | bc5bfbbcb1d86a093d6c9f9bd8d9eb94212b919b (diff) |
Notes
Diffstat (limited to 'multimedia/podcastdl/Makefile')
-rw-r--r-- | multimedia/podcastdl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/podcastdl/Makefile b/multimedia/podcastdl/Makefile index 7d9340308bd3..90ddec2911aa 100644 --- a/multimedia/podcastdl/Makefile +++ b/multimedia/podcastdl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= podcastdl -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= multimedia MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ http://files.bebik.net/podcastdl/ @@ -12,11 +12,10 @@ COMMENT= Simple command line podcast client written in plain C LICENSE= BSD -LIB_DEPENDS= mrss:${PORTSDIR}/textproc/libmrss +LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss USES= cmake PLIST_FILES= bin/podcastdl -NO_STAGE= yes .include <bsd.port.mk> |