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/gtkfig | |
parent | 9285be697a72bd24d935977be7b30b4b14809b95 (diff) | |
download | ports-31d7c43bee18d0d92cc707625fb72a241018ea42.tar.gz ports-31d7c43bee18d0d92cc707625fb72a241018ea42.zip |
Notes
Diffstat (limited to 'graphics/gtkfig')
-rw-r--r-- | graphics/gtkfig/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gtkfig/Makefile b/graphics/gtkfig/Makefile index 9373a9fb654e..26e6453be26d 100644 --- a/graphics/gtkfig/Makefile +++ b/graphics/gtkfig/Makefile @@ -1,9 +1,9 @@ -# New ports collection makefile for: gtkfig -# Version required: 0.6.0 -# Date created: Tue Nov 17 13:51:11 CET 1998 -# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# New ports collection makefile for: gtkfig +# Version required: 0.6.0 +# Date created: Tue Nov 17 13:51:11 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/19 17:00:26 vanilla Exp $ # DISTNAME= gtkfig-0.6.0 @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ 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 |