|
Lines 2-8
Link Here
|
| 2 |
# Date created: 11 August 2005 |
2 |
# Date created: 11 August 2005 |
| 3 |
# Whom: Timothy Bourke <timbob@bigpond.com> |
3 |
# Whom: Timothy Bourke <timbob@bigpond.com> |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/math/proofgeneral/Makefile,v 1.7 2006/10/15 20:06:03 kris Exp $ |
5 |
# $FreeBSD$ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= proofgeneral |
8 |
PORTNAME= proofgeneral |
|
Lines 19-30
Link Here
|
| 19 |
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash |
19 |
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash |
| 20 |
RUN_DEPENDS+= ${LOCALBASE}/share/applications/.keep_me:${PORTSDIR}/misc/kdehier |
20 |
RUN_DEPENDS+= ${LOCALBASE}/share/applications/.keep_me:${PORTSDIR}/misc/kdehier |
| 21 |
|
21 |
|
| 22 |
BROKEN= Incorrect pkg-plist |
|
|
| 23 |
|
| 24 |
.include <bsd.port.pre.mk> |
22 |
.include <bsd.port.pre.mk> |
| 25 |
|
23 |
|
| 26 |
.if ${ARCH} == "amd64" |
24 |
.if ${ARCH} == "amd64" |
| 27 |
BROKEN= "Does not build on amd64" |
25 |
BROKEN="Does not build on amd64" |
| 28 |
.endif |
26 |
.endif |
| 29 |
|
27 |
|
| 30 |
# |
28 |
# |