diff options
Diffstat (limited to 'misc/kodos/Makefile')
-rw-r--r-- | misc/kodos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kodos/Makefile b/misc/kodos/Makefile index eec78caf200..2472abe6605 100644 --- a/misc/kodos/Makefile +++ b/misc/kodos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:10 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/07/14 12:56:08 joerg Exp $ DISTNAME= kodos-2.4.2 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://kodos.sourceforge.net/ COMMENT= GUI for creating, testing and debugging Python REs +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${PYPKGPREFIX}-qt3-modules>=3.11:../../x11/py-qt3-modules DEPENDS+= ${PYPKGPREFIX}-qt3-sip>=4.0rc3:../../x11/py-qt3-sip |