diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-25 20:18:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-25 20:18:21 +0000 |
commit | 061203ef374c95c557abadb784c01f41afd1318a (patch) | |
tree | c4505ba769b80a634a514463b61836e35d9c407b /sysutils/py-notify | |
parent | 14cd0e8052bc05a7a90f59617f7bb8421a5b2f19 (diff) | |
download | pkgsrc-061203ef374c95c557abadb784c01f41afd1318a.tar.gz |
- Supports DESTDIR
- Accept Python 2.5
Diffstat (limited to 'sysutils/py-notify')
-rw-r--r-- | sysutils/py-notify/Makefile | 6 |
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" |