diff options
author | kris <kris@FreeBSD.org> | 2006-09-11 07:51:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-11 07:51:20 +0800 |
commit | 5a16cd1f26c58d8fc75332e75393928054b86f77 (patch) | |
tree | dfd5a45df0a895fce4879781423a0926904b26ed /security/xca | |
parent | f17a1a08cb0cc8a7112d67a18753c186ff8f1468 (diff) | |
download | freebsd-ports-gnome-5a16cd1f26c58d8fc75332e75393928054b86f77.tar.gz freebsd-ports-gnome-5a16cd1f26c58d8fc75332e75393928054b86f77.tar.zst freebsd-ports-gnome-5a16cd1f26c58d8fc75332e75393928054b86f77.zip |
BROKEN On 7.0: Does not compile
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index ea4ed2fe5835..4871be386a61 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -22,6 +22,10 @@ USE_QT_VER= 3 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700019 +BROKEN= Does not compile on FreeBSD >= 7.0 +.endif + post-patch: @echo "CPPFLAGS= -I. -I.. -I${OPENSSLINC} ${QTCPPFLAGS} -I${LOCALBASE}/include/db4" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS}" >> ${WRKSRC}/Local.mak |