summaryrefslogtreecommitdiff
path: root/lang/python32
diff options
context:
space:
mode:
authorobache <obache>2013-11-10 12:12:32 +0000
committerobache <obache>2013-11-10 12:12:32 +0000
commitf5218a228b46bea81af5d39a07b430824b70d5d8 (patch)
treef6f245ca545f7516e012bde6ab9e07cec6bf1e72 /lang/python32
parent62cb4baac4ae377cca5b260bf8f5297c82392bd2 (diff)
downloadpkgsrc-f5218a228b46bea81af5d39a07b430824b70d5d8.tar.gz
Fixes missing rpath in pkg-config file.
Bump PKGREVISION.
Diffstat (limited to 'lang/python32')
-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