From 6f4f49965feab96c81c88bf07895ad11f463e9ab Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 20 Dec 2011 11:18:42 +0000 Subject: [PATCH] unbreak; py-ldap is now flavourless --- databases/directoryassistant/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/directoryassistant/Makefile b/databases/directoryassistant/Makefile index 7e681f9eca5..1c42f9a57aa 100644 --- a/databases/directoryassistant/Makefile +++ b/databases/directoryassistant/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.13 2011/09/16 08:48:02 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2011/12/20 11:18:42 sthen Exp $ COMMENT= small application for managing a LDAP address book DISTNAME= directoryassistant-2.0 -REVISION = 7 +REVISION= 8 CATEGORIES= databases HOMEPAGE= http://olivier.sessink.nl/directoryassistant/ MAINTAINER= Joerg Zinke -# BSD +# BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -22,7 +22,7 @@ MODULES= lang/python PY_FLAVOR= python${MODPY_VERSION} RUN_DEPENDS= x11/py-gtk2 \ - py-ldap-*-${PY_FLAVOR}:databases/py-ldap,${PY_FLAVOR} + databases/py-ldap NO_BUILD= Yes NO_REGRESS= Yes