diff options
-rw-r--r-- | math/proofgeneral/Makefile | 2 | ||||
-rw-r--r-- | science/openfoam/Makefile | 2 | ||||
-rw-r--r-- | www/flashplugin/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/math/proofgeneral/Makefile b/math/proofgeneral/Makefile index e483e53adc70..2375c7dfbb90 100644 --- a/math/proofgeneral/Makefile +++ b/math/proofgeneral/Makefile @@ -19,6 +19,8 @@ PKGNAMESUFFIX+= -${EMACS_NAME} BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash RUN_DEPENDS+= ${LOCALBASE}/share/applications/.keep_me:${PORTSDIR}/misc/kdehier +BROKEN= Incorrect pkg-plist + .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/science/openfoam/Makefile b/science/openfoam/Makefile index ab8562c9239b..49d53d46cc9e 100644 --- a/science/openfoam/Makefile +++ b/science/openfoam/Makefile @@ -31,6 +31,8 @@ RUN_DEPENDS= micod:${PORTSDIR}/devel/mico \ ${LOCALBASE}/share/java/java3d/jar/j3dutils.jar:${PORTSDIR}/java/java3d \ paraview:${PORTSDIR}/science/paraview +BROKEN= Incorrect pkg-plist + .if !defined(NOPORTDOCS) BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz diff --git a/www/flashplugin/Makefile b/www/flashplugin/Makefile index 77d8b12ec859..cfd976dd1673 100644 --- a/www/flashplugin/Makefile +++ b/www/flashplugin/Makefile @@ -16,6 +16,8 @@ COMMENT= An implementation of Macromedia Flash plugin for Netscape ONLY_FOR_ARCHS= i386 +BROKEN= Incorrect pkg-plist + .include <bsd.port.pre.mk> .if ${OSVERSION} < 400000 |