diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-15 12:20:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-15 12:20:02 +0800 |
commit | 6b63645061db6ce334a5ff08159bf508512e1cde (patch) | |
tree | 8023f2ba962080cbf1174353db92029d6d77378a /finance/aqmoney | |
parent | fd9dc4ed489cde09be0d64dea44de5e1c15315cf (diff) | |
download | freebsd-ports-graphics-6b63645061db6ce334a5ff08159bf508512e1cde.tar.gz freebsd-ports-graphics-6b63645061db6ce334a5ff08159bf508512e1cde.tar.zst freebsd-ports-graphics-6b63645061db6ce334a5ff08159bf508512e1cde.zip |
I forgot to reset the BROKEN Makevar; it does indeed make on 5.1-RELEASE
now. However, I have not yet tested it on -CURRENT.
Diffstat (limited to 'finance/aqmoney')
-rw-r--r-- | finance/aqmoney/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/finance/aqmoney/Makefile b/finance/aqmoney/Makefile index 3738c2d3964..145465a0d22 100644 --- a/finance/aqmoney/Makefile +++ b/finance/aqmoney/Makefile @@ -19,10 +19,4 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} MAN1= aqmoney.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Configure fails" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |