diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 01:20:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 01:20:47 +0800 |
commit | 16ec0472b550562ea2fd20d06efbaa57bc650c96 (patch) | |
tree | 7d7749a463ed87fe2d22c6f332d43aa4dff7d687 /graphics | |
parent | 60e40cc3698ce684fabae1ccc2de932fe36e6ec9 (diff) | |
download | freebsd-ports-gnome-16ec0472b550562ea2fd20d06efbaa57bc650c96.tar.gz freebsd-ports-gnome-16ec0472b550562ea2fd20d06efbaa57bc650c96.tar.zst freebsd-ports-gnome-16ec0472b550562ea2fd20d06efbaa57bc650c96.zip |
BROKEN on 7.0: Broken plist from objformat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aqsis/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 9322fd36e98a..898a486657cc 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -37,4 +37,10 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} post-patch: @${REINPLACE_CMD} -e 's|PLUGIN_FLAGS=|#PLUGIN_FLAGS=|g' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700029 +BROKEN= Incorrect pkg-plist (bad objformat handling) +.endif + +.include <bsd.port.post.mk> |