diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:08:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:08:20 +0800 |
commit | d96276ff12ca862751198a1b6969a61c4bf36c63 (patch) | |
tree | cd423fbc8abc0740c660b2da3b960f3a4c175501 /vietnamese | |
parent | fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (diff) | |
download | freebsd-ports-gnome-d96276ff12ca862751198a1b6969a61c4bf36c63.tar.gz freebsd-ports-gnome-d96276ff12ca862751198a1b6969a61c4bf36c63.tar.zst freebsd-ports-gnome-d96276ff12ca862751198a1b6969a61c4bf36c63.zip |
- utf8locale part of base system since 5.3
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/xvnkb/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/vietnamese/xvnkb/Makefile b/vietnamese/xvnkb/Makefile index e32f83260960..4d666cee6e34 100644 --- a/vietnamese/xvnkb/Makefile +++ b/vietnamese/xvnkb/Makefile @@ -35,12 +35,6 @@ PLIST_FILES= bin/xvnkb lib/libxvnkb.so lib/libxvnkb.so.0 lib/xvnkb.so.0.2.9 MAN1= xvnkb.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502110 -RUN_DEPENDS+= ${LOCALBASE}/share/locale/la_LN.UTF-8/LC_CTYPE:${PORTSDIR}/misc/utf8locale -.endif - post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/tools/Makefile.dep @@ -49,4 +43,4 @@ post-install: ${INSTALL_MAN} ${FILESDIR}/xvnkb.1 ${MANPREFIX}/man/man1 @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |