diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /mail/xpbiff/Makefile | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-graphics-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-graphics-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-graphics-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'mail/xpbiff/Makefile')
-rw-r--r-- | mail/xpbiff/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index c6ae1dc6302..b57d9252503 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -49,13 +49,6 @@ pre-patch: ${CP} ${FILESDIR}/LocPixmap.c ${WRKSRC} ); post-patch: - @(for libfile in /usr/lib/libxpg4*; do \ - if [ ! "$$libfile" = "" ]; then \ - ${ECHO_MSG} "===> Finding the xpg4 library in /usr/lib"; \ - (cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/Imakefile.xpg4.diff );\ - break 1; \ - fi; \ - done) .if defined(YOUBIN) @(cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/xpbiff.youbin.diff ); .endif |