diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 15:16:59 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 15:16:59 +0000 |
commit | 0c8638d49d52e4104ac47134f9be592f0582ce92 (patch) | |
tree | 337dae20e9cb46d6873998fde9dacf52688446ac /databases/gmysql/Makefile | |
parent | 610b78a7d2d6e062a70749754fcd9b563867d02b (diff) | |
download | FreeBSD-ports-0c8638d49d52e4104ac47134f9be592f0582ce92.zip FreeBSD-ports-0c8638d49d52e4104ac47134f9be592f0582ce92.tar.gz |
Add a few more Y2K/WWW_SITE pointers ...
Diffstat (limited to 'databases/gmysql/Makefile')
-rw-r--r-- | databases/gmysql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 6ca7bf3..795035a 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Nov 15 22:07:12 CET 1998 # Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.6 1999/02/12 11:57:56 dirk Exp $ +# $Id: Makefile,v 1.7 1999/03/11 08:41:18 dirk Exp $ # DISTNAME= gmysql-0.3.2 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \ MAINTAINER= dirk@FreeBSD.ORG +WWW_SITE= http://www.loth.demon.co.uk/gmysql + LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ mysqlclient.6:${PORTSDIR}/databases/mysql322 |