diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 16:01:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 16:01:59 +0000 |
commit | c81374595ed7f81fda1858ddc01d5fb672294d99 (patch) | |
tree | 4d82adc5d4166a8c047a361b801d26e748b13765 | |
parent | 0706749d6e677cf5ebd45b8db5f92f10652dc8b2 (diff) | |
download | ports-c81374595ed7f81fda1858ddc01d5fb672294d99.tar.gz ports-c81374595ed7f81fda1858ddc01d5fb672294d99.zip |
Notes
-rw-r--r-- | graphics/tgd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tgd/Makefile b/graphics/tgd/Makefile index 37132c850d19..1f3fabb61631 100644 --- a/graphics/tgd/Makefile +++ b/graphics/tgd/Makefile @@ -3,7 +3,7 @@ # Date created: 22 February 1999 # Whom: mharo@area51.fremont.ca.us # -# $Id: Makefile,v 1.1.1.1 1999/04/03 01:42:08 steve Exp $ +# $Id: Makefile,v 1.2 1999/04/13 07:06:29 mharo Exp $ # DISTNAME= tgd1.2c @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://dendrome.ucdavis.edu/pub/tgd/ \ ftp://probe.nalusda.gov/pub/treegenes/ -MAINTAINER= mharo@area51.fremont.ca.us +MAINTAINER= mharo@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd |