diff options
author | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-14 18:26:26 +0000 |
commit | 79245d24cfa5e3e5c3dbfe27fcffba3dcf870858 (patch) | |
tree | c1e08f830ccc454388579e8a5bb683d354ff965d /net/py-ORBit | |
parent | 653fc394cf90f0060e1f2c73421654259ba4555c (diff) | |
download | pkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.tar.gz |
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'net/py-ORBit')
-rw-r--r-- | net/py-ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile index 6c38630b918..ff272bdde62 100644 --- a/net/py-ORBit/Makefile +++ b/net/py-ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/02/14 17:21:46 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/14 18:26:28 jmmv Exp $ # DISTNAME= pyorbit-2.0.0 @@ -16,7 +16,7 @@ PY_PATCHPLIST= YES USE_BUILDLINK2= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES -PKGCONFIG_OVERRIDE+= ${WRKSRC}/pyorbit-2.pc.in +PKGCONFIG_OVERRIDE+= pyorbit-2.pc.in GNU_CONFIGURE= YES CONFIGURE_ENV+= PYTHON=${PYTHONBIN} |