diff options
author | wiz <wiz> | 2014-01-16 10:41:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-16 10:41:53 +0000 |
commit | 2d70d710cafd58c3fb343c481a4f0d55bcd7dcbc (patch) | |
tree | 4db354978084188ed96a82d9dbadf1d2ccd2b120 /textproc | |
parent | 277d8a7d7a009c4ad1f6d442c29c0c889572df8c (diff) | |
download | pkgsrc-2d70d710cafd58c3fb343c481a4f0d55bcd7dcbc.tar.gz |
Convert to use versioned_dependencies.mk.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-vobject/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index 937719489dd..571558e2cea 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/25 06:56:52 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/16 10:41:53 wiz Exp $ DISTNAME= vobject-0.8.1c PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,11 +11,13 @@ HOMEPAGE= http://vobject.skyhouseconsulting.com/ COMMENT= Python iCalendar (ics) and vCard library LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.1:../../time/py-dateutil +PYTHON_VERSIONED_DEPENDENCIES= dateutil + PYTHON_SELF_CONFLICT= yes PYDISTUTILSPKG= yes PY_PATCHPLIST= yes .include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |