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 /ftp/gwget | |
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 'ftp/gwget')
-rw-r--r-- | ftp/gwget/Makefile | 5 | ||||
-rw-r--r-- | ftp/gwget/pkg-plist | 26 |
2 files changed, 29 insertions, 2 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index 8f7e699b949c..3a3d3fff835d 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -7,6 +7,7 @@ PORTNAME= gwget PORTVERSION= 0.98.1 +PORTREVISION= 1 CATEGORIES= ftp www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -25,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui libbonobo gconf2 GNU_CONFIGURE= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBBONOBO_IDL="-I${LOCALBASE}/idl/bonobo-2.0" \ @@ -36,7 +37,7 @@ EPHY_VER?= 2.14 .include <bsd.port.pre.mk> -.if exists(${X11BASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY) +.if exists(${LOCALBASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY) WITH_EPIPHANY= yes .endif diff --git a/ftp/gwget/pkg-plist b/ftp/gwget/pkg-plist index 9acae1f95472..3c4ef20f365a 100644 --- a/ftp/gwget/pkg-plist +++ b/ftp/gwget/pkg-plist @@ -64,3 +64,29 @@ share/locale/zh_TW/LC_MESSAGES/gwget.mo %%EPIPHANY%%@dirrmtry lib/epiphany/%%VERSION%% %%EPIPHANY%%@dirrmtry lib/epiphany @dirrm share/gnome/gwget +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |