diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-03-15 19:44:16 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-03-15 19:44:16 +0000 |
| commit | 564f16851754ff2e63e2f16f4ef4d9eda60ba00d (patch) | |
| tree | 74aa10eeea24e88c85429371bbdab10a93a711db | |
| parent | Upgrade to libwww-5.1j. (diff) | |
Add MAINTAINER so this portlints clean.
Notes
Notes:
svn path=/head/; revision=10150
| -rw-r--r-- | graphics/mpeg-lib/Makefile | 4 | ||||
| -rw-r--r-- | misc/xdelta/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile index 0976a8638a84..78d01e5ee014 100644 --- a/graphics/mpeg-lib/Makefile +++ b/graphics/mpeg-lib/Makefile @@ -3,13 +3,15 @@ # Date created: 16 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.6 1997/07/17 15:12:43 max Exp $ +# $Id: Makefile,v 1.7 1997/10/15 13:17:39 erich Exp $ # DISTNAME= mpeg_lib-1.2.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ +MAINTAINER= ports@FreeBSD.ORG + WRKSRC= ${WRKDIR}/mpeg_lib GNU_CONFIGURE= yup diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 3fa9248b03c6..cca947e19221 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -3,13 +3,15 @@ # Date created: Sun May 4 21:40:06 CDT 1997 # Whom: erich # -# $Id: Makefile,v 1.2 1998/01/28 22:44:32 asami Exp $ +# $Id: Makefile,v 1.3 1998/02/05 15:18:25 erich Exp $ # DISTNAME= xdelta-0.14 CATEGORIES= misc MASTER_SITES= ftp://scam.xcf.berkeley.edu/pub/jmacd/ +MAINTAINER= ports@FreeBSD.ORG + BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yup |
