diff options
Diffstat (limited to 'japanese/scim-skk/Makefile')
-rw-r--r-- | japanese/scim-skk/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/japanese/scim-skk/Makefile b/japanese/scim-skk/Makefile index 69adbf6354a6..689c8d7fba49 100644 --- a/japanese/scim-skk/Makefile +++ b/japanese/scim-skk/Makefile @@ -24,19 +24,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ - LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}" -.else -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" \ + CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" -.endif post-patch: @${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h @@ -47,4 +37,4 @@ post-install: @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |