Changeset View
Changeset View
Standalone View
Standalone View
japanese/libtomoe-gtk/Makefile
| Show All 25 Lines | |||||
| CONFIGURE_ARGS+=--with-gucharmap=no | CONFIGURE_ARGS+=--with-gucharmap=no | ||||
| PLIST_SUB+= GUCHARMAP="@comment " | PLIST_SUB+= GUCHARMAP="@comment " | ||||
| #.else | #.else | ||||
| #LIB_DEPENDS+= libgucharmap.so:deskutils/gucharmap | #LIB_DEPENDS+= libgucharmap.so:deskutils/gucharmap | ||||
| #PLIST_SUB+= GUCHARMAP="" | #PLIST_SUB+= GUCHARMAP="" | ||||
| #.endif | #.endif | ||||
| .if exists(${LOCALBASE}/libdata/pkgconfig/pytomoe.pc) | .if exists(${LOCALBASE}/libdata/pkgconfig/pytomoe.pc) | ||||
| CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S;python;;} \ | CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VER} \ | ||||
| pyexecdir=${PYTHON_SITELIBDIR} | pyexecdir=${PYTHON_SITELIBDIR} | ||||
| PLIST_SUB+= PYTHON="" | PLIST_SUB+= PYTHON="" | ||||
| .else | .else | ||||
| CONFIGURE_ARGS+=--with-python=no | CONFIGURE_ARGS+=--with-python=no | ||||
| PLIST_SUB+= PYTHON="@comment " | PLIST_SUB+= PYTHON="@comment " | ||||
| .endif | .endif | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||