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
commit642c9b3998001f98c4ea090e7f370397aa01ad54 (patch)
treec4505ba769b80a634a514463b61836e35d9c407b /sysutils/py-notify
parenta2dfa5e63d47077e114fc9412dec2e3f24013be4 (diff)
downloadpkgsrc-642c9b3998001f98c4ea090e7f370397aa01ad54.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"