diff options
author | cjh <cjh@FreeBSD.org> | 2001-04-02 21:57:05 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-04-02 21:57:05 +0800 |
commit | 309971b3d7a528746b9b1669a35f5d27ca12aa6e (patch) | |
tree | 6b37d15b73d86faa3b3b734e140de314e39cdccc /audio/splay/Makefile | |
parent | 25ee0d8553ffbaac0eef758816639fe67c20d79b (diff) | |
download | freebsd-ports-gnome-309971b3d7a528746b9b1669a35f5d27ca12aa6e.tar.gz freebsd-ports-gnome-309971b3d7a528746b9b1669a35f5d27ca12aa6e.tar.zst freebsd-ports-gnome-309971b3d7a528746b9b1669a35f5d27ca12aa6e.zip |
Update to 0.9.5.1. pthread and xsplay are still disabled.
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r-- | audio/splay/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index dfe3f2709e20..36a5581b4cd9 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: splay # Date created: 1 Apr 1997 -# Whom: junker@jazz.snu.ac.kr +# Whom: cjh # # $FreeBSD$ # @@ -8,14 +8,13 @@ # PORTNAME= splay -PORTVERSION= 0.8.2 +PORTVERSION= 0.9.5.1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ +MASTER_SITES= ftp://splay.sourceforge.net/pub/splay/ -MAINTAINER= cjh@kr.freebsd.org +MAINTAINER= cjh@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-xsplay --without-pthread MAN1= splay.1 .include <bsd.port.mk> |