diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-12 15:16:59 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-12 15:16:59 +0000 |
commit | e7f0252ca94277864dee408c2f72a82075e41c56 (patch) | |
tree | 92fd054f26d38bce9f7b2e1ea61030c03ccf97ce /databases/gmysql | |
parent | 0a6fd13d08bffa98142356940e5556aec96e7d4c (diff) | |
download | ports-e7f0252ca94277864dee408c2f72a82075e41c56.tar.gz ports-e7f0252ca94277864dee408c2f72a82075e41c56.zip |
Notes
Diffstat (limited to 'databases/gmysql')
-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 6ca7bf3dc597..795035a71857 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 |