diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/py-ipython | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index 88817cad5d8..da39474281e 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/04 00:21:59 cheusov Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/31 11:19:31 asau Exp $ # DISTNAME= ipython-0.10.2 @@ -15,8 +15,6 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect -PKG_DESTDIR_SUPPORT= user-destdir - PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= # none |