diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-05-01 16:22:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-05-01 16:22:24 +0000 |
commit | 53cba0f0e049a56598a6563f32d78cac1290a3a2 (patch) | |
tree | 7aaafc810864294ec5a927d0cc076adc8b2b4abe /japanese | |
parent | 9e937e5421cdf9924645521bc1be1fda8377cae9 (diff) | |
download | ports-53cba0f0e049a56598a6563f32d78cac1290a3a2.tar.gz ports-53cba0f0e049a56598a6563f32d78cac1290a3a2.zip |
o Bump PORTREVISION by updating scim. [1]
o Remove old and unusable support codes.
Spotted by: ume [1]
Notes
Notes:
svn path=/head/; revision=191295
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-canna/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/japanese/scim-canna/Makefile b/japanese/scim-canna/Makefile index c7a359315bbf..47ba4441a144 100644 --- a/japanese/scim-canna/Makefile +++ b/japanese/scim-canna/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim-canna PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/18849 @@ -26,17 +26,8 @@ USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes -.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" -.else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" -.endif post-install: @${CAT} ${PKGMESSAGE} @@ -44,4 +35,4 @@ post-install: @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' @${ECHO} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |