diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-11 20:23:08 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-11 20:23:08 +0800 |
commit | 1d59288558b0a1157b8d2ab54c7dba3b8be12db4 (patch) | |
tree | 19b704fe975aa722002b0ad8ef1007fc802708bb /x11 | |
parent | edf19349fe259cec89920ae2b83b3faff6510d0c (diff) | |
download | freebsd-ports-gnome-1d59288558b0a1157b8d2ab54c7dba3b8be12db4.tar.gz freebsd-ports-gnome-1d59288558b0a1157b8d2ab54c7dba3b8be12db4.tar.zst freebsd-ports-gnome-1d59288558b0a1157b8d2ab54c7dba3b8be12db4.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libcapplet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/libcapplet/Makefile b/x11/libcapplet/Makefile index eff45a137248..6d0d29e080a5 100644 --- a/x11/libcapplet/Makefile +++ b/x11/libcapplet/Makefile @@ -23,6 +23,10 @@ MAKE_ENV= LDFLAGS="${LDFLAGS}" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800071 +BROKEN= does not build +.endif + post-build: @${REINPLACE_CMD} -e 's/-lgnugetopt //' ${WRKSRC}/cappletConf.sh |