Date: Mon, 24 Apr 2000 18:26:20 +0200 From: Andreas Klemm <andreas@klemm.gtn.com> To: ports@FreeBSD.ORG Cc: asami@FreeBSD.ORG Subject: need help with ghostscript6 port, that doesn't build anymore Message-ID: <20000424182620.A88549@titan.klemm.gtn.com>
next in thread | raw e-mail | index | archive | help
Hi ! Some days/weeks ago you told me I have to change the Makefile concerning the extraction of the needed jpeg sources. previously I used in Makefile: BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract [...] post-extract: @${LN} -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg Now you wanted me to use WRKDIRPREFIX like in the ghostscript55 port: post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b \ ${WRKSRC}/jpeg But the link to the jpeg shows to nirwana. What BUILD_DEPENDS line (what new syntax/variables) have now to be used ???? -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 533 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000424182620.A88549>