diff options
author | az <az@FreeBSD.org> | 2012-06-29 03:04:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 03:04:50 +0800 |
commit | 1f3d562421841db4e8c38a0897d161f981c303cc (patch) | |
tree | 1eb1d4748483f787a374152fe0b74c76a67e57b7 /audio | |
parent | c71ffa3d566e61fd58ce36ddd6462a695327b2c4 (diff) | |
download | freebsd-ports-gnome-1f3d562421841db4e8c38a0897d161f981c303cc.tar.gz freebsd-ports-gnome-1f3d562421841db4e8c38a0897d161f981c303cc.tar.zst freebsd-ports-gnome-1f3d562421841db4e8c38a0897d161f981c303cc.zip |
- Fix typo
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnupod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 7dd2b66c59d4..8b8a0d3b226f 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -19,7 +19,7 @@ COMMENT= Set of Perl scripts for using an Apple iPod BUILD_DEPENDS= p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ - p5-Unicode-String >=0:${PORTSDIR}/converters/p5-Unicode-String \ + p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} |