summaryrefslogtreecommitdiff
path: root/sysutils/py-notify
diff options
context:
space:
mode:
authortnn <tnn>2008-04-25 20:18:21 +0000
committertnn <tnn>2008-04-25 20:18:21 +0000
commitcdaeaffca2dfbcf798d895cf42540b14a040c850 (patch)
treec4505ba769b80a634a514463b61836e35d9c407b /sysutils/py-notify
parent219eaa5767ea9efc40c71f90f869899ccaf98c9b (diff)
downloadpkgsrc-cdaeaffca2dfbcf798d895cf42540b14a040c850.tar.gz
- Supports DESTDIR
- Accept Python 2.5
Diffstat (limited to 'sysutils/py-notify')
-rw-r--r--sysutils/py-notify/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index f1103e71680..04a87334c0d 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/03/15 16:53:02 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $
#
DISTNAME= notify-python-0.1.1
@@ -13,12 +13,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.galago-project.org/
COMMENT= Python bindings for libnotify
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in
-PYTHON_VERSIONS_ACCEPTED= 24
+PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"