diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-25 04:08:38 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-10-25 04:08:38 +0000 |
commit | 96f3d08efde44d87e13b2c8461ac14e3051a0c45 (patch) | |
tree | 5c2c70c70dca2fd72bd2555bb54ca8c3a54eb029 /audio/gtkpod | |
parent | * Daniel O'Connor <doconnor@gsoft.com.au> has agreed to take over (diff) |
- Fix RUN_DEPENDS
- Take maintainership
Notes
Notes:
svn path=/head/; revision=146294
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index a27567bb0da6..624da1e44883 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -11,12 +11,12 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= GUI for Apple iPods using GTK2 LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag RUN_DEPENDS= mp3gain:${PORTSDIR}/audio/mp3gain \ - recode:${PORTSDIR}/converters/recode + iconv:${PORTSDIR}/converters/libiconv USE_REINPLACE= yes USE_X_PREFIX= yes |