diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 19:33:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 19:33:54 +0800 |
commit | a4f37902310ec929fad867dffc2704e6ab58db67 (patch) | |
tree | 421ef6eabd2d3ff49659f75b7f9da992ac59b432 /audio | |
parent | 0c418343425e8483a60853257d36a1e78ac8f8df (diff) | |
download | freebsd-ports-gnome-a4f37902310ec929fad867dffc2704e6ab58db67.tar.gz freebsd-ports-gnome-a4f37902310ec929fad867dffc2704e6ab58db67.tar.zst freebsd-ports-gnome-a4f37902310ec929fad867dffc2704e6ab58db67.zip |
- Trim headers
- Remove shlib version
- Various cleanup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tagutil/Makefile | 7 | ||||
-rw-r--r-- | audio/tagutil/pkg-descr | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/audio/tagutil/Makefile b/audio/tagutil/Makefile index 189a48bf6b6e..9e3a2e224197 100644 --- a/audio/tagutil/Makefile +++ b/audio/tagutil/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: tagutil -# Date created: 2009-03-27 -# Whom: bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= tagutil PORTVERSION= 2.1 @@ -14,7 +9,7 @@ MASTER_SITES= http://files.kaworu.ch/ MAINTAINER= bapt@FreeBSD.org COMMENT= A tool to manage tags in music files -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes diff --git a/audio/tagutil/pkg-descr b/audio/tagutil/pkg-descr index 0ae76217ac4c..8576f8259bda 100644 --- a/audio/tagutil/pkg-descr +++ b/audio/tagutil/pkg-descr @@ -1,4 +1,4 @@ Tagutil is a pure C BSDL tool to manage tag information on music files. It can work with every format supported by taglib. -WWW: http://hg.kaworu.ch/tagutil/ +WWW: http://hg.kaworu.ch/tagutil/ |