From 0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 14 Oct 2006 08:54:54 +0000 Subject: 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) --- arabic/katoob/Makefile | 7 ++++--- arabic/katoob/pkg-plist | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'arabic/katoob') diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile index da1902f2c728..7c2ea48e9452 100644 --- a/arabic/katoob/Makefile +++ b/arabic/katoob/Makefile @@ -7,7 +7,7 @@ PORTNAME= katoob PORTVERSION= 0.3.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= arabic MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= arabeyes @@ -18,15 +18,16 @@ COMMENT= Light-weight, bidirectional editor for arabic texts MAN1= katoob.1 USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack gtk20 +WANT_GNOME= yes USE_AUTOTOOLS= libtool:15 USE_GETOPT_LONG=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .include -.if defined(WITH_HIGHLIGHTING) || exists(${X11BASE}/libdata/pkgconfig/gtksourceview-1.0.pc) +.if ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING) CONFIGURE_ARGS+= "--enable-highlight" USE_GNOME+= gtksourceview .endif diff --git a/arabic/katoob/pkg-plist b/arabic/katoob/pkg-plist index 875bec3b7e43..21f8e7d1dd9c 100644 --- a/arabic/katoob/pkg-plist +++ b/arabic/katoob/pkg-plist @@ -14,3 +14,5 @@ share/locale/pl/LC_MESSAGES/katoob.mo share/locale/sv/LC_MESSAGES/katoob.mo @dirrm share/gnome/katoob/emulator @dirrm share/gnome/katoob +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl -- cgit