diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:43:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:43:13 +0000 |
commit | 149b3e7f85bc86a31808210183c66c09c64568cc (patch) | |
tree | ece1b8356b6310f89e911c9c391dd883685b8f0a /security/qtfw | |
parent | 66f8fe6c441c3647c4887165bdd6350ea4ca4203 (diff) | |
download | ports-149b3e7f85bc86a31808210183c66c09c64568cc.tar.gz ports-149b3e7f85bc86a31808210183c66c09c64568cc.zip |
Notes
Diffstat (limited to 'security/qtfw')
-rw-r--r-- | security/qtfw/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/qtfw/Makefile b/security/qtfw/Makefile index 4f81be141df3..0e9f7180c2e2 100644 --- a/security/qtfw/Makefile +++ b/security/qtfw/Makefile @@ -22,7 +22,13 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_FILES= bin/qtfw +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/qtfw ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.post.mk> |