Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= cutter |
4 |
PORTNAME= cutter |
5 |
PORTVERSION= 1.2.2 |
5 |
PORTVERSION= 1.2.2 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
7 |
MASTER_SITES= SF |
8 |
MASTER_SITES= SF |
8 |
|
9 |
|
Lines 39-45
Link Here
|
39 |
|
40 |
|
40 |
.if ${PORT_OPTIONS:MGOFFICE} |
41 |
.if ${PORT_OPTIONS:MGOFFICE} |
41 |
CONFIGURE_ARGS+=--enable-goffice |
42 |
CONFIGURE_ARGS+=--enable-goffice |
42 |
LIB_DEPENDS+= goffice-0.6:${PORTSDIR}/devel/goffice06 |
43 |
# the 0.8 is part of the library name don't remove it. |
|
|
44 |
LIB_DEPENDS+= goffice-0.8:${PORTSDIR}/devel/goffice |
43 |
PLIST_SUB+= GOFFICE="" |
45 |
PLIST_SUB+= GOFFICE="" |
44 |
.else |
46 |
.else |
45 |
CONFIGURE_ARGS+=--disable-goffice |
47 |
CONFIGURE_ARGS+=--disable-goffice |