diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 09:37:13 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-27 09:37:13 +0000 |
commit | e56f292fd3dd41006e443dd13b71db96e59f46c8 (patch) | |
tree | 2718120ac63989e605ff95b617ce831e99f60682 /www/Mosaic | |
parent | Move manpage from PLIST to Makefile (diff) |
Give port a MAINTAINER= ports@FreeBSD.org line
Notes
Notes:
svn path=/head/; revision=19829
Diffstat (limited to 'www/Mosaic')
-rw-r--r-- | www/Mosaic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 501c53228fed..40222a4fb1dc 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -3,7 +3,7 @@ # Date created: 7 August 1995 # Whom: torstenb # -# $Id: Makefile,v 1.21 1998/09/17 00:50:50 asami Exp $ +# $Id: Makefile,v 1.22 1999/01/23 07:05:28 vanilla Exp $ # DISTNAME= Mosaic-src-2.7b5 @@ -11,7 +11,9 @@ PKGNAME= mosaic-2.7b5 CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ |