summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2007-05-01 16:22:24 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2007-05-01 16:22:24 +0000
commit53cba0f0e049a56598a6563f32d78cac1290a3a2 (patch)
tree7aaafc810864294ec5a927d0cc076adc8b2b4abe /japanese
parentUpgrade graphics/vigra from 1.4.0 to 1.5.0 (diff)
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/Makefile13
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>