aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xpbiff/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2004-11-15 13:19:30 +0800
committersf <sf@FreeBSD.org>2004-11-15 13:19:30 +0800
commit637c2ffba645a93ef174fb26892d827fb66a958b (patch)
treea71dcc3c9fb974973b24ca685a852f299f979a29 /mail/xpbiff/Makefile
parentd4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff)
downloadfreebsd-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/Makefile7
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