diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-29 18:22:59 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-29 18:22:59 +0000 |
commit | f8710ef5761a77f6a0d316da640afda5900d2776 (patch) | |
tree | 373540d9c0194e1f19d74776b9abe6f901640b2c /net/mtr | |
parent | 59ff8443e800e372b8b5c1c64231bb06da6997b7 (diff) | |
download | ports-f8710ef5761a77f6a0d316da640afda5900d2776.tar.gz ports-f8710ef5761a77f6a0d316da640afda5900d2776.zip |
Notes
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 7f32ef8614b9..afc731b2a225 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -3,14 +3,14 @@ # Date created: 12 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.3 1998/09/22 22:55:54 asami Exp $ +# $Id: Makefile,v 1.4 1998/11/04 03:47:08 jkoshy Exp $ # DISTNAME= mtr-0.28 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ -MAINTAINER= billf@chc-chimes.com +MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk |