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 /net/xtraceroute | |
parent | befc197e3c222fe027530e4ed0067ec4ec884e71 (diff) | |
download | ports-3b9c8bbf4ca088205b6449e163add9c49da7175f.tar.gz ports-3b9c8bbf4ca088205b6449e163add9c49da7175f.zip |
Notes
Diffstat (limited to 'net/xtraceroute')
-rw-r--r-- | net/xtraceroute/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |