diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:43:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:43:13 +0800 |
commit | 6424fd5192e6e888303ce266ccb6b88a31cd3003 (patch) | |
tree | 344dec9163299897e862e1053185162428fc0e36 /security/qtfw/Makefile | |
parent | f0ffa4773cf009acee4354c9b5ae2066182c2d78 (diff) | |
download | freebsd-ports-graphics-6424fd5192e6e888303ce266ccb6b88a31cd3003.tar.gz freebsd-ports-graphics-6424fd5192e6e888303ce266ccb6b88a31cd3003.tar.zst freebsd-ports-graphics-6424fd5192e6e888303ce266ccb6b88a31cd3003.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'security/qtfw/Makefile')
-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 4f81be141df..0e9f7180c2e 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> |