diff options
author | asau <asau> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-31 11:16:30 +0000 |
commit | 52ae94c9b672e9389ee68afb66df841a3afeb667 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/py-ipython | |
parent | cf871ec64c560ebe1cc9c0ba791a04b62017feed (diff) | |
download | pkgsrc-52ae94c9b672e9389ee68afb66df841a3afeb667.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 |