Lines 35-49
Link Here
|
35 |
SUB_LIST= VERINST=${VERINST} |
35 |
SUB_LIST= VERINST=${VERINST} |
36 |
|
36 |
|
37 |
.include <bsd.port.options.mk> |
37 |
.include <bsd.port.options.mk> |
38 |
.if ${PORT_OPTIONS:MNLS} |
38 |
.if ${PORT_OPTIONS:MNLS} |
39 |
USE_GETTEXT= yes |
39 |
USE_GETTEXT= yes |
40 |
PLIST_SUB+= NLS="" |
40 |
PLIST_SUB+= NLS="" |
41 |
.else |
41 |
.else |
42 |
USE_GETTEXT= yes |
|
|
43 |
CONFIGURE_ARGS+= --disable-nls |
42 |
CONFIGURE_ARGS+= --disable-nls |
44 |
PLIST_SUB+= NLS="@comment " |
43 |
PLIST_SUB+= NLS="@comment " |
45 |
.endif |
44 |
.endif |
46 |
|
45 |
|
47 |
.if ${PORT_OPTIONS:MISPELL} |
46 |
.if ${PORT_OPTIONS:MISPELL} |
48 |
CONFLICTS+= ispell* ??-ispell* |
47 |
CONFLICTS+= ispell* ??-ispell* |
49 |
SCRIPTS= ispell spell |
48 |
SCRIPTS= ispell spell |