diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-notify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 04a87334c0d..f6c62b4712c 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/11/15 08:15:06 hasso Exp $ # DISTNAME= notify-python-0.1.1 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" |