diff options
Diffstat (limited to 'japanese/scim-anthy/Makefile')
-rw-r--r-- | japanese/scim-anthy/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index d3f6e92dd1f1..d4311b57953d 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -27,16 +27,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 -IGNORE= does not build on FreeBSD < 5.x -.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-install: @${CAT} ${PKGMESSAGE} @@ -44,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> |