diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-17 11:07:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-17 11:07:02 +0000 |
commit | 3b9c8bbf4ca088205b6449e163add9c49da7175f (patch) | |
tree | 4416c81a46541c382d7d94845f8cdefbd80e50a9 | |
parent | befc197e3c222fe027530e4ed0067ec4ec884e71 (diff) | |
download | ports-3b9c8bbf4ca088205b6449e163add9c49da7175f.tar.gz ports-3b9c8bbf4ca088205b6449e163add9c49da7175f.zip |
Notes
-rw-r--r-- | net/xtraceroute/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/fsv/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 3758a8f19e29..81bc8cea9a30 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xtraceroute # Date created: 17 February 2000 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 \ diff --git a/x11-fm/fsv/Makefile b/x11-fm/fsv/Makefile index de55a67e7fa2..9d411dbe79b9 100644 --- a/x11-fm/fsv/Makefile +++ b/x11-fm/fsv/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.9 CATEGORIES= x11-fm MASTER_SITES= http://fox.mit.edu/skunk/soft/src/ -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ GL.14:${PORTSDIR}/graphics/Mesa3 \ |