diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-12 18:15:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-12 18:15:47 +0800 |
commit | fff53e045d8e7fe0029515847cc5a9c75892062a (patch) | |
tree | daf556ba1e218d985b6d1dfc165a836f9b7113c6 /mail/xpbiff | |
parent | 92a2a4111b9773db6bc9a60ba31a1122a649d4d8 (diff) | |
download | freebsd-ports-gnome-fff53e045d8e7fe0029515847cc5a9c75892062a.tar.gz freebsd-ports-gnome-fff53e045d8e7fe0029515847cc5a9c75892062a.tar.zst freebsd-ports-gnome-fff53e045d8e7fe0029515847cc5a9c75892062a.zip |
Mark broken on 5.x due to the usual gcc3.3-induced bitrot. Pet portlint.
Diffstat (limited to 'mail/xpbiff')
-rw-r--r-- | mail/xpbiff/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 409029500406..823a455c922b 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME?= xpbiff -PORTVERSION?= 1.27 +PORTNAME= xpbiff +PORTVERSION= 1.27 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/xpbiff/ DISTNAME= xpbiff DISTFILES= xpbiff-1.27-with-YOUBIN.tar.gz.uu -MAINTAINER?= ports@FreeBSD.org -COMMENT?= A replacement for xbiff that handles popup window with mail header +MAINTAINER= ports@FreeBSD.org +COMMENT= A replacement for xbiff that handles popup window with mail header USE_IMAKE= yes USE_XPM= yes @@ -55,4 +55,10 @@ post-patch: @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.org @${SED} "s=%YOUBINBINDIR%=${YOUBINBINDIR}/bin=" < ${WRKSRC}/config.h.org > ${WRKSRC}/config.h -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include <bsd.port.post.mk> |