diff options
author | kris <kris@FreeBSD.org> | 2004-08-17 10:22:39 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-17 10:22:39 +0000 |
commit | 92872b4e913a7acccb4239293851803857736b1e (patch) | |
tree | 8985eb8d2158035bb7dae5c38aaff83a3a077bb5 /x11/bricons | |
parent | 8d37d0ef0f89c941c534083d439f71b03cb57d5e (diff) | |
download | FreeBSD-ports-92872b4e913a7acccb4239293851803857736b1e.zip FreeBSD-ports-92872b4e913a7acccb4239293851803857736b1e.tar.gz |
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 dbd62c8..e338ec3 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 |