diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2016-10-31 14:14:44 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2016-10-31 14:14:44 +0000 |
commit | bc4430fd9693f64483e47d3c7642879cde26f88d (patch) | |
tree | 7baf99b81f8c0699c294d75b33166d5353f68551 /audio | |
parent | c93a449d67c167b371fae2880af6aeb22e250825 (diff) | |
download | ports-bc4430fd9693f64483e47d3c7642879cde26f88d.tar.gz ports-bc4430fd9693f64483e47d3c7642879cde26f88d.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 719933728fc1..8567c3d7e93f 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -3,11 +3,11 @@ PORTNAME= xmcd PORTVERSION= 3.3.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/ -MAINTAINER= eischen@vigrid.com +MAINTAINER= deischen@freebsd.org COMMENT= Motif CD player LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ |