provide a bootstrap without all the gfx dependencies in order to break
the swig loop when enabling php
This commit is contained in:
parent
eac7619cdf
commit
e7be63b760
@ -31,6 +31,7 @@ WANTLIB-admin += harfbuzz iconv intl iodbc iodbcinst m pango-1.0 pangocairo-1.0
|
||||
WANTLIB-admin += pangoft2-1.0 pcre pixman-1 png pthread xcb xcb-render
|
||||
WANTLIB-admin += xcb-shm z Xau Xdmcp ${COMPILER_LIBCXX} jpeg
|
||||
|
||||
PSEUDO_FLAVORS = bootstrap no_admin
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-iodbc-inidir="${SYSCONFDIR}/iodbc" \
|
||||
--disable-libodbc
|
||||
@ -42,6 +43,11 @@ LIB_DEPENDS-admin= databases/iodbc,-main \
|
||||
|
||||
LIB_DEPENDS-main= # empty
|
||||
|
||||
.include <bsd.port.arch.mk>
|
||||
.if !${BUILD_PACKAGES:M-admin}
|
||||
CONFIGURE_ARGS += --disable-gui
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iodbc/
|
||||
${SUBST_DATA} \
|
||||
|
Loading…
Reference in New Issue
Block a user