diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-10-15 20:06:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-10-15 20:06:03 +0000 |
commit | 1b1a8050b07ecb1028b7a2e6e35063b931041cb1 (patch) | |
tree | 7b5eb9fd807352b11b2ff39c844367b531413a85 /math | |
parent | BROKEN: Does not compile (diff) |
BROKEN: Incorrect pkg-plist
Approved by: portmgr (self)
Diffstat (limited to 'math')
-rw-r--r-- | math/proofgeneral/Makefile | 2 |
1 files changed, 2 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" |