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 | 1f896ff9b4778b2a5823529549e27b6d5a6b7758 (patch) | |
tree | 2cdb6e104ab12a70fd060a8133eb9c37fdc2f0c4 /net/py-zmq/Makefile | |
parent | 8cfbdf5301483ee2e6197790ab4ad30cd83f3345 (diff) | |
download | pkgsrc-1f896ff9b4778b2a5823529549e27b6d5a6b7758.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/ |