diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-02 00:45:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-02 00:45:49 +0000 |
commit | 2227e221a1010ebfb6a983905f382e604bb23bd5 (patch) | |
tree | 959845570f5d700d219c690c4302c43e4acc7419 /math/rascal | |
parent | 08a9421aaf2f898ccbf80cf7d0edd9a056c047da (diff) | |
download | ports-2227e221a1010ebfb6a983905f382e604bb23bd5.tar.gz ports-2227e221a1010ebfb6a983905f382e604bb23bd5.zip |
Notes
Diffstat (limited to 'math/rascal')
-rw-r--r-- | math/rascal/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 2687c538ff0f..045f6877c959 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -26,6 +26,12 @@ ALL_TARGET= rascal grascal MANCOMPRESSED= yes MAN1= rascal.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \ s,g\+\+,${CXX},g ; \ @@ -33,4 +39,4 @@ post-patch: s,gnome-config,${GNOME_CONFIG},g ; \ s,CC,CXX,g" ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> |