diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-14 16:54:54 +0800 |
commit | 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch) | |
tree | 17937489af4c767844fc63b684ae3e7b31948812 /textproc/uim | |
parent | e959473966b963953d63d5f00fae8751f2decf0f (diff) | |
download | freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.zst freebsd-ports-gnome-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 2 | ||||
-rw-r--r-- | textproc/uim/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index d0a53950b99f..b0252a9e2a73 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -7,6 +7,7 @@ PORTNAME= uim PORTVERSION= 1.2.1 +PORTREVISION?= 1 CATEGORIES?= textproc MASTER_SITES= http://uim.freedesktop.org/releases/ .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) @@ -26,7 +27,6 @@ USE_ICONV= yes GNU_CONFIGURE= yes .if !defined(WITHOUT_X11) -USE_X_PREFIX= yes LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft CONFIGURE_ARGS+= --with-x --with-xft .endif diff --git a/textproc/uim/pkg-plist b/textproc/uim/pkg-plist index d3ff2e315178..475f2f0900b3 100644 --- a/textproc/uim/pkg-plist +++ b/textproc/uim/pkg-plist @@ -197,3 +197,5 @@ share/locale/ko/LC_MESSAGES/uim.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko |