diff options
author | dirk <dirk@FreeBSD.org> | 2002-01-01 14:07:39 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-01-01 14:07:39 +0000 |
commit | 9c015ab4b9e1a0c2c63112a25ff805d6359d15d3 (patch) | |
tree | 109dd7519ea4454cb26e514b9aa99147edfb24ce /print/ghostscript-gnu | |
parent | b439a492d646bc431d1c8f03456f688bb4f627ff (diff) | |
download | FreeBSD-ports-9c015ab4b9e1a0c2c63112a25ff805d6359d15d3.zip FreeBSD-ports-9c015ab4b9e1a0c2c63112a25ff805d6359d15d3.tar.gz |
Fix build if ${PORTSDIR} is a symlink by finding jpeg's WRKSRC properly.
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index eb0952e..d8cc0ad 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -130,7 +130,7 @@ pre-everything:: post-extract: ${ECHO_MSG} ">>> in post-extract ..." - ${LN} -sf ${WRKDIRPREFIX}/${PORTSDIR}/graphics/jpeg/work/jpeg-6b \ + ${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \ ${WRKSRC}/jpeg # ** 3rd party driver ** # Note: don't forget to add those devices in scripts/configure and |