diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 03:53:52 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 03:53:52 +0000 |
commit | 950f77a47a75a5d890840247b282ec0dc09ebf03 (patch) | |
tree | 230a81d1b3849a7cbd6f829011ad937fbf46a9c7 | |
parent | Make it can LIB_DEPENDS with any version 1.* gtk library. (diff) |
Change MAINTAINER to ports@freebsd.org because (now former) maintainer
uses OSS and is not in a position to ensure that newer versions build
under the stock FreeBSD drivers in 2.2-STABLE.
Anybody who wants this, please let us know! Getting 0.59o to build
on a recent -STABLE would be a good litmus test. :-)
PR: 6659
Submitted by: Carey Jones <mcj@acquiesce.org>
Notes
Notes:
svn path=/head/; revision=11016
-rw-r--r-- | audio/mpg123/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 8a72c5df22fd..cccc7ea1224f 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -3,7 +3,7 @@ # Date created: 25 June 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.3 1998/01/26 10:01:49 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/02/02 14:29:36 vanilla Exp $ # DISTNAME= mpg123-0.59n @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \ http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/ -MAINTAINER= mcj@acquiesce.org +MAINTAINER= ports@freebsd.org ALL_TARGET= freebsd MAN1= mpg123.1 |