diff options
author | apb <apb@pkgsrc.org> | 2012-03-02 18:44:44 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2012-03-02 18:44:44 +0000 |
commit | 94ba874f0f42028504e0b2966805985c000aad5f (patch) | |
tree | 2cdb6e104ab12a70fd060a8133eb9c37fdc2f0c4 /net/py-zmq/Makefile | |
parent | e72282b7f9baba818b772f77401e7e3685b2f2bd (diff) | |
download | pkgsrc-94ba874f0f42028504e0b2966805985c000aad5f.tar.gz |
Patch the setup script to use PREFIX/include and PREFIX/lib.
This should fix a build failure, where it failed to
find the installed version of zmq. (It worked for me because
I had /usr/pkg/lib in /etc/ld.so.conf.)
Bump PKGREVISION to 1.
Diffstat (limited to 'net/py-zmq/Makefile')
-rw-r--r-- | net/py-zmq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-zmq/Makefile b/net/py-zmq/Makefile index aee4ef22e39..5b91eec5b20 100644 --- a/net/py-zmq/Makefile +++ b/net/py-zmq/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2012/01/21 20:17:27 apb Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/02 18:44:44 apb Exp $ # DISTNAME= pyzmq-2.1.10 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= net MASTER_SITES= https://github.com/zeromq/pyzmq/downloads/ |