diff options
author | tv <tv@pkgsrc.org> | 1998-07-20 16:17:39 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-20 16:17:39 +0000 |
commit | f7b1dc2f75eb06290d751c0038cfe268d5dfea33 (patch) | |
tree | ef3e7d02b1fb999cf68a33a81972ac4d0ef79fc2 /databases/py-mysql/Makefile | |
parent | d9b14f87bca564987cdeb3de0263be658dd33bfd (diff) | |
download | pkgsrc-f7b1dc2f75eb06290d751c0038cfe268d5dfea33.tar.gz |
MySQL in the pkg system now works for client-side on all platforms; remove
ONLY_FOR_ARCHS.
Diffstat (limited to 'databases/py-mysql/Makefile')
-rw-r--r-- | databases/py-mysql/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index d5664c501ac..39c383adb61 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/07/20 12:24:29 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/07/20 16:17:39 tv Exp $ DISTNAME= MySQLmodule-1.1 PKGNAME= py-mysql-1.1 @@ -12,9 +12,6 @@ MAINTAINER= tsarna@endicor.com DEPENDS+= python-1.5.1:../../lang/python \ mysql-3.21.33:../../databases/mysql -# restriction comes from mysql -ONLY_FOR_ARCHS= i386 alpha - EXTRACT_ONLY= MySQLmodule-1.1${EXTRACT_SUFX} ALL_TARGET= default |