diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-28 08:55:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-28 08:55:53 +0000 |
commit | 035feb978b161c4fe436412eb8ccb876be9a4bd7 (patch) | |
tree | ea2c3bb45317001d48db4efdd1e9a93b379f4f7c /databases/msql/Makefile | |
parent | 04ef66b100a56ace3fee60c62da730b03337006a (diff) | |
download | ports-035feb978b161c4fe436412eb8ccb876be9a4bd7.tar.gz ports-035feb978b161c4fe436412eb8ccb876be9a4bd7.zip |
Notes
Diffstat (limited to 'databases/msql/Makefile')
-rw-r--r-- | databases/msql/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/msql/Makefile b/databases/msql/Makefile index f63f4ed0b366..25aecfcab1d3 100644 --- a/databases/msql/Makefile +++ b/databases/msql/Makefile @@ -6,8 +6,8 @@ # PORTNAME= msql -PORTVERSION= 2.0.12 -PORTREVISION= 3 +PORTVERSION= 2.0.12 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org @@ -20,7 +20,7 @@ USE_REINPLACE= YES # Not free for commercial use. RESTRICTED= "restrictive copyright (no commercial use)" -CFLAGS+= -DANSI_ARGS +CFLAGS+= -DANSI_ARGS MAKE_ENV+= WRKSRC=${WRKSRC} # Uncomment this if you're upgrading from <= b4 to >= b5 and have already @@ -67,6 +67,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile due to varargs.h being deprecated" +.endif + .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use" .endif |