diff options
author | tg <tg@FreeBSD.org> | 1997-11-05 15:37:36 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-05 15:37:36 +0000 |
commit | 41763a9315485962a4ca38b5006a1b0502c80bc8 (patch) | |
tree | 3d9e1aa70245956cf9032e0a47f92ec7d123cc1a /comms/hylafax | |
parent | 93b56592b30e20dbbfc06ffc0b9b9e30869f3c9d (diff) | |
download | FreeBSD-ports-41763a9315485962a4ca38b5006a1b0502c80bc8.zip FreeBSD-ports-41763a9315485962a4ca38b5006a1b0502c80bc8.tar.gz |
Fix hylafax which I broke with my tiff34 changes earlier today.
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 9aa572f..36499fd 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.8 1996/11/17 03:00:42 obrien Exp $ +# $Id: Makefile,v 1.9 1997/05/29 06:49:15 asami Exp $ # DISTNAME= hylafax-v4.0pl1 @@ -48,6 +48,7 @@ SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ pre-configure: @${RM} -f ${WRKSRC}/tiff.h @${RM} -f ${WRKSRC}/tiffio.h + @ln -s ${PREFIX}/include/tiff34.h ${WRKSRC}/tiff34.h @ln -s ${PREFIX}/include/tiff34.h ${WRKSRC}/tiff.h @ln -s ${PREFIX}/include/tiffio34.h ${WRKSRC}/tiffio.h |