1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Respect X11BASE

- pet portlint(1)

PR:		ports/105873
Submitted by:	rafan
This commit is contained in:
Cheng-Lung Sung 2006-12-04 05:32:40 +00:00
parent 5600883d56
commit fcd5bf1934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178806

View File

@ -13,7 +13,7 @@ MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/
MAINTAINER= clsung@FreeBSD.org
COMMENT= Unified library for Chinese text processing
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_BDB= yes
@ -33,6 +33,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
.if !defined(WITHOUT_X11)
USE_XLIB= yes
PLIST_SUB+= X11=""
CONFIGURE_ARGS+=--with-x --x-includes=${X11BASE} --x-libraries=${X11BASE}
.else
CONFIGURE_ARGS+=--without-x
PLIST_SUB+= X11="@comment "