Index: head/games/pysol/Makefile =================================================================== --- head/games/pysol/Makefile (revision 126313) +++ head/games/pysol/Makefile (revision 126314) @@ -1,36 +1,36 @@ # New ports collection makefile for: PySol # Date created: 11 September 1998 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= pysol PORTVERSION= 4.82 CATEGORIES= games MASTER_SITES= http://www.pysol.org/download/pysol/ MAINTAINER= tg@FreeBSD.org COMMENT= Solitaire game, written in Python RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON= -2.3 NO_BUILD= yes MAN6= pysol.6 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" \ -e "s|@prefix@|${PREFIX}|" \ -e "s|@PYTHON@|${PYTHON_CMD}|" \ < ${WRKSRC}/pysol > ${WRKDIR}/pysol ${INSTALL_SCRIPT} ${WRKDIR}/pysol ${PREFIX}/bin/pysol ${INSTALL_DATA} ${WRKSRC}/pysol.6 ${PREFIX}/man/man6 @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar -cf - .) | \ (cd ${PREFIX}/share/pysol; tar --unlink -xf -) .include Property changes on: head/games/pysol/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.40 \ No newline at end of property +1.41 \ No newline at end of property