diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-12-11 00:21:57 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-12-11 00:21:57 +0000 |
commit | 259bc25ed6d2f7705fc47957ec11ef399ca85e3b (patch) | |
tree | 6b7b60e640e91f19d74af1fd0d5398929fca978d /time/hamster-applet | |
parent | 8a1ce2fbd9bce182700249e75c3588d283ca187c (diff) | |
download | pkgsrc-259bc25ed6d2f7705fc47957ec11ef399ca85e3b.tar.gz |
Include pyversion.mk before checking PYPKGPREFIX.
Diffstat (limited to 'time/hamster-applet')
-rw-r--r-- | time/hamster-applet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index 0a644362a77..94b2f97f543 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/12/06 00:59:42 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/11 00:21:57 ahoka Exp $ # DISTNAME= hamster-applet-2.24.2 @@ -26,6 +26,7 @@ SUBST_FILES.python= hamster/hamster-applet.py SUBST_SED.python= -e 's@/usr/bin/env python@${PYTHONBIN}@g' .include "../../lang/python/extension.mk" +.include "../../lang/python/pyversion.mk" .if ${PYPKGPREFIX} == "py24" .include "../../databases/py-sqlite2/buildlink3.mk" |