Lines 13-19
Link Here
|
13 |
MAINTAINER= clsung@FreeBSD.org |
13 |
MAINTAINER= clsung@FreeBSD.org |
14 |
COMMENT= Unified library for Chinese text processing |
14 |
COMMENT= Unified library for Chinese text processing |
15 |
|
15 |
|
16 |
INSTALLS_SHLIB= yes |
16 |
USE_LDCONFIG= yes |
17 |
HAS_CONFIGURE= yes |
17 |
HAS_CONFIGURE= yes |
18 |
USE_GMAKE= yes |
18 |
USE_GMAKE= yes |
19 |
USE_BDB= yes |
19 |
USE_BDB= yes |
Lines 33-38
Link Here
|
33 |
.if !defined(WITHOUT_X11) |
33 |
.if !defined(WITHOUT_X11) |
34 |
USE_XLIB= yes |
34 |
USE_XLIB= yes |
35 |
PLIST_SUB+= X11="" |
35 |
PLIST_SUB+= X11="" |
|
|
36 |
CONFIGURE_ARGS+=--with-x --x-includes=${X11BASE} --x-libraries=${X11BASE} |
36 |
.else |
37 |
.else |
37 |
CONFIGURE_ARGS+=--without-x |
38 |
CONFIGURE_ARGS+=--without-x |
38 |
PLIST_SUB+= X11="@comment " |
39 |
PLIST_SUB+= X11="@comment " |