diff options
author | dirk <dirk@FreeBSD.org> | 1999-07-04 18:55:08 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-07-04 18:55:08 +0800 |
commit | 98644a43525e123a06d09ec6f78a47d4449f94c2 (patch) | |
tree | 3b5688de76c96f4466b67f8608a6b7b359d61e0c /databases/xmysqladmin/Makefile | |
parent | abb97f3a8625b5ea75bba6d9850c2cd79b3ea462 (diff) | |
download | freebsd-ports-gnome-98644a43525e123a06d09ec6f78a47d4449f94c2.tar.gz freebsd-ports-gnome-98644a43525e123a06d09ec6f78a47d4449f94c2.tar.zst freebsd-ports-gnome-98644a43525e123a06d09ec6f78a47d4449f94c2.zip |
Upgrade to 1.0.
OK'ed by: Andreas Klemm <andreas@FreeBSD.org> (maintainer)
Diffstat (limited to 'databases/xmysqladmin/Makefile')
-rw-r--r-- | databases/xmysqladmin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index cce8c9112653..69c7d763bba2 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -1,12 +1,12 @@ # ports collection makefile for: xmysqladmin -# Version required: 0.2.0 +# Version required: 1.0 # Date created: Di 2 Sep 1997 16:29:27 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1999/07/01 09:06:36 dirk Exp $ +# $Id: Makefile,v 1.21 1999/07/01 09:11:16 dirk Exp $ # -DISTNAME= xmysqladmin-0.4.4 +DISTNAME= xmysqladmin-1.0 CATEGORIES= databases MASTER_SITES= http://www.tcx.se/Contrib/ \ http://www.buoy.com/mysql/Contrib/ \ @@ -19,7 +19,6 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms \ mysqlclient.6:${PORTSDIR}/databases/mysql322-client -WRKSRC= ${WRKDIR}/xmysqladmin USE_X_PREFIX= yes ALL_TARGET= xmysqladmin |