diff options
author | perky <perky@FreeBSD.org> | 2005-01-30 09:20:54 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-01-30 09:20:54 +0800 |
commit | 82cbd31a7e51965d3fc07bd15b9c70afad628b53 (patch) | |
tree | 064cfc9d8cefce8d0ec7da61c2159d1fc61206d6 /lang/stackless_python | |
parent | 6bd3d4b2f161d32a8d71b0fdc4fbb3d8479fe328 (diff) | |
download | freebsd-ports-gnome-82cbd31a7e51965d3fc07bd15b9c70afad628b53.tar.gz freebsd-ports-gnome-82cbd31a7e51965d3fc07bd15b9c70afad628b53.tar.zst freebsd-ports-gnome-82cbd31a7e51965d3fc07bd15b9c70afad628b53.zip |
Resolve LATEST_LINK conflict of stackless_python versus python23.
Pointed out by: kris
Diffstat (limited to 'lang/stackless_python')
-rw-r--r-- | lang/stackless_python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 419c5a4ccb86..15aefa4db4e9 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -25,6 +25,7 @@ CONFLICTS= python-2.3.* ONLY_FOR_ARCHS= i386 powerpc CVSDATE= 040225 MASTERDIR= ${.CURDIR}/../python23 +LATEST_LINK= stackless_python STACKLESS_POST_CONFIGURE= stackless-post-configure DESCR= ${.CURDIR}/pkg-descr @@ -46,10 +47,9 @@ post-patch: @${CAT} ${MASTERDIR}/pkg-plist >>${PLIST} stackless-post-configure: - ${MKDIR} -p ${SHARED_WRKSRC}/Stackless + ${MKDIR} ${SHARED_WRKSRC}/Stackless ${LN} -sf ${WRKSRC}/Stackless/slp_transfer.c \ ${SHARED_WRKSRC}/Stackless/slp_transfer.c ${LN} -sf ${WRKSRC}/Stackless/*.h ${SHARED_WRKSRC}/Stackless/ - .include "${MASTERDIR}/Makefile" |