diff options
Diffstat (limited to 'x11/py-qt3-sip')
-rw-r--r-- | x11/py-qt3-sip/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index 7fef9e98768..cb9a931a020 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/10/21 10:55:29 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2005/10/21 15:28:10 drochner Exp $ # DISTNAME= sip-4.3.1 @@ -49,10 +49,6 @@ SUBST_STAGE.pyversfx= pre-configure SUBST_FILES.pyversfx= sipgen/sipgen.sbf SUBST_SED.pyversfx= -e "s|@PYVERSSUFFIX@|${PYVERSSUFFIX}|g" -# XXX hack: override bogus text file test in mk/subst.mk -# (NetBSD's file(1) (v4.16) reports "MKS Spell hash list (old format)") -_SUBST_IS_TEXT_FILE= true - do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${PYTHONBIN} configure.py ${CONFIGURE_ARGS}) |