diff options
author | nork <nork@FreeBSD.org> | 2007-05-02 00:22:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-05-02 00:22:24 +0800 |
commit | 2541fcb8d99cb75591fe8c076b6393fc5785d670 (patch) | |
tree | 2921ce346b76c5026787b69d56963cecc34e84e9 /japanese/scim-canna/Makefile | |
parent | 7eae42e22e491411680ed96dadb7d56f3e9113b6 (diff) | |
download | freebsd-ports-gnome-2541fcb8d99cb75591fe8c076b6393fc5785d670.tar.gz freebsd-ports-gnome-2541fcb8d99cb75591fe8c076b6393fc5785d670.tar.zst freebsd-ports-gnome-2541fcb8d99cb75591fe8c076b6393fc5785d670.zip |
o Bump PORTREVISION by updating scim. [1]
o Remove old and unusable support codes.
Spotted by: ume [1]
Diffstat (limited to 'japanese/scim-canna/Makefile')
-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> |