diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:22:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:22:39 +0000 |
commit | 0ae6921d666b85a5558b7872adc1e4bc20c95c44 (patch) | |
tree | b4965e4d6be5a9e7374ad1ae77fcf30273e89c3f /x11/bricons | |
parent | Upate to 0.91.0.3. (diff) |
This now seems to build on 5.x
Diffstat (limited to 'x11/bricons')
-rw-r--r-- | x11/bricons/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index dbd62c800e31..e338ec397ed4 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -22,10 +22,6 @@ MAN1= bricons.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION} due to imake problems" -.endif - post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Xbricons |