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 /arabic/katoob | |
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 'arabic/katoob')
-rw-r--r-- | arabic/katoob/Makefile | 7 | ||||
-rw-r--r-- | arabic/katoob/pkg-plist | 2 |
2 files changed, 6 insertions, 3 deletions
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 <bsd.port.pre.mk> -.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 |