diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-29 04:46:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-29 04:46:52 +0800 |
commit | 7086a495206312c7d78ec67658fc1a30dc6097b0 (patch) | |
tree | b90fa8a22877aaaa4003a30f251d00e33a7f6dbb | |
parent | 99aaca7324c4cd9e66ea8ffdf52993508146e959 (diff) | |
download | freebsd-ports-gnome-7086a495206312c7d78ec67658fc1a30dc6097b0.tar.gz freebsd-ports-gnome-7086a495206312c7d78ec67658fc1a30dc6097b0.tar.zst freebsd-ports-gnome-7086a495206312c7d78ec67658fc1a30dc6097b0.zip |
Mark as broken: does not configure on any support version
Reported by: pkg-fallout
-rw-r--r-- | cad/salome-kernel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/salome-kernel/Makefile b/cad/salome-kernel/Makefile index ad3097cb1768..32f26e971101 100644 --- a/cad/salome-kernel/Makefile +++ b/cad/salome-kernel/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: cad/salome-kernel -# Date created: 20 May 2009 -# Whom: Stas Timokhin <devel@stasyan.com> -# +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ CATEGORIES= cad science @@ -13,6 +10,8 @@ PORTREVISION= 3 PKGNAMESUFFIX= -kernel SAL_MODULE_UPPER= KERNEL +BROKEN= Does not configure + post-configure:: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/salome_adm/unix/config_files |