Lines 12-18
Link Here
|
12 |
MASTER_SITES= ${MASTER_SITE_GNU} |
12 |
MASTER_SITES= ${MASTER_SITE_GNU} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
14 |
|
14 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
15 |
MAINTAINER= gahr@gahr.ch |
16 |
COMMENT= The GNU spreadsheet for X11 and terminals |
16 |
COMMENT= The GNU spreadsheet for X11 and terminals |
17 |
|
17 |
|
18 |
USE_PERL5_BUILD= yes |
18 |
USE_PERL5_BUILD= yes |
Lines 28-39
Link Here
|
28 |
OPTIONS= MOTIF "Motif support" off \ |
28 |
OPTIONS= MOTIF "Motif support" off \ |
29 |
NLS "NLS support" on |
29 |
NLS "NLS support" on |
30 |
|
30 |
|
31 |
.include <bsd.port.pre.mk> |
|
|
32 |
|
33 |
.if ${OSVERSION} >= 700042 |
34 |
BROKEN= Broken with gcc 4.2 |
35 |
.endif |
36 |
|
37 |
.if defined(WITH_MOTIF) |
31 |
.if defined(WITH_MOTIF) |
38 |
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \ |
32 |
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \ |
39 |
Xbae:${PORTSDIR}/x11-toolkits/xbae \ |
33 |
Xbae:${PORTSDIR}/x11-toolkits/xbae \ |
Lines 72-75
Link Here
|
72 |
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |
66 |
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |
73 |
.endfor |
67 |
.endfor |
74 |
|
68 |
|
75 |
.include <bsd.port.post.mk> |
69 |
.include <bsd.port.mk> |