summaryrefslogtreecommitdiff
path: root/lang/python32/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-11-10 12:12:32 +0000
committerobache <obache@pkgsrc.org>2013-11-10 12:12:32 +0000
commit7726b5fdddb89e13f46e1dba3c649bd1618bcd25 (patch)
treef6f245ca545f7516e012bde6ab9e07cec6bf1e72 /lang/python32/Makefile
parentbb09e36a5de2a265b02aa03eb56e1cf1bcff085f (diff)
downloadpkgsrc-7726b5fdddb89e13f46e1dba3c649bd1618bcd25.tar.gz
Fixes missing rpath in pkg-config file.
Bump PKGREVISION.
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r--lang/python32/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 197c4eb5817..82227b54bee 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2013/09/10 14:22:30 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2013/11/10 12:12:32 obache Exp $
.include "dist.mk"
PKGNAME= python32-${PY_DISTVERSION}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -20,6 +20,8 @@ CONFIGURE_ARGS+= OPT=${CFLAGS:M*:Q}
CONFIGURE_ARGS+= --with-system-ffi
CONFIGURE_ARGS+= --without-pymalloc
+PKGCONFIG_OVERRIDE+= Misc/python.pc.in
+
USE_LANGUAGES= c c++
PTHREAD_OPTS+= require