diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-20 12:24:29 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-20 12:24:29 +0000 |
commit | 61f8f10f318c3439e824a275196757d619ec4bbc (patch) | |
tree | 5e126119ff666e9a7ee05034f8f2565b28c17573 /databases/py-mysql | |
parent | 70f0bfe809b6ecb800c7adb3da75848265ca628c (diff) | |
download | pkgsrc-61f8f10f318c3439e824a275196757d619ec4bbc.tar.gz |
Since this package depends on mysql we need to set ONLY_FOR_ARCHS
accordingly.
Diffstat (limited to 'databases/py-mysql')
-rw-r--r-- | databases/py-mysql/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index 45012cef136..d5664c501ac 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/07/17 11:03:34 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/07/20 12:24:29 frueauf Exp $ DISTNAME= MySQLmodule-1.1 PKGNAME= py-mysql-1.1 @@ -12,6 +12,9 @@ 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 |