diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-08 14:18:43 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-01-08 14:18:43 +0000 |
commit | 31d7c43bee18d0d92cc707625fb72a241018ea42 (patch) | |
tree | 7afd3cc3a7a0a51e9e430603c6c6beabb05e1591 /graphics/gtksee | |
parent | 9285be697a72bd24d935977be7b30b4b14809b95 (diff) | |
download | ports-31d7c43bee18d0d92cc707625fb72a241018ea42.tar.gz ports-31d7c43bee18d0d92cc707625fb72a241018ea42.zip |
Some cleanups:
- change my e-mail address from ibex@physik.TU-Berlin.DE to dirk@FreeBSD.ORG
- spaces to tabs
- add another MASTER_SITE for gmysql
Notes
Notes:
svn path=/head/; revision=15930
Diffstat (limited to 'graphics/gtksee')
-rw-r--r-- | graphics/gtksee/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index ac3cc6a3c414..d4ae7dbd93e1 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: gtksee -# Version required: 0.1.4 -# Date created: Sun Nov 22 12:08:18 CET 1998 -# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# New ports collection makefile for: gtksee +# Version required: 0.1.4 +# Date created: Sun Nov 22 12:08:18 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.6 1998/12/08 16:17:02 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/12/25 14:41:09 vanilla Exp $ # DISTNAME= gtksee-0.2.1 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.pressroom.com/~mrc/gtksee/ \ http://www.zg169.net/~hotaru/gtksee/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -MAINTAINER= ibex@physik.TU-Berlin.DE +MAINTAINER= dirk@FreeBSD.ORG LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ jpeg.9:${PORTSDIR}/graphics/jpeg \ |