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 /comms | |
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 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 5 | ||||
-rw-r--r-- | comms/gmfsk/Makefile | 7 | ||||
-rw-r--r-- | comms/gmfsk/pkg-plist | 5 |
3 files changed, 8 insertions, 9 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 32ab156c77f4..8c3ff31a1877 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -7,6 +7,7 @@ PORTNAME= efax-gtk PORTVERSION= 3.0.11 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +17,8 @@ MAINTAINER= jb.quenot@caraldi.com COMMENT= GUI front end for the efax fax program LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -RUN_DEPENDS= ${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv \ - ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu +RUN_DEPENDS= ggv:${PORTSDIR}/print/ggv \ + gs:${PORTSDIR}/print/ghostscript-gnu USE_GNOME= gtk20 USE_X_PREFIX= yes diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile index ac70513f1ea2..7a1dff216400 100644 --- a/comms/gmfsk/Makefile +++ b/comms/gmfsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmfsk PORTVERSION= 0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms audio hamradio MASTER_SITES= http://gmfsk.connect.fi/ @@ -23,7 +23,10 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" USE_GMAKE= yes USE_GNOME= libgnomeui gnomehack gnomeprefix -USE_X_PREFIX= yes +USE_XLIB= yes +INSTALLS_OMF= yes + +GCONF_SCHEMAS= gmfsk.schemas OPTIONS= HAMLIB "Enable HAMLIB Support" On diff --git a/comms/gmfsk/pkg-plist b/comms/gmfsk/pkg-plist index 7516f5d16fcc..4a171ebbe364 100644 --- a/comms/gmfsk/pkg-plist +++ b/comms/gmfsk/pkg-plist @@ -1,7 +1,4 @@ bin/gmfsk -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gmfsk.schemas >/dev/null || /usr/bin/true -etc/gconf/schemas/gmfsk.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gmfsk.schemas >/dev/null || /usr/bin/true share/gnome/help/gmfsk/C/fdl-appendix.xml share/gnome/help/gmfsk/C/figures/gmfsk_start_window.png share/gnome/help/gmfsk/C/figures/note.png @@ -21,5 +18,3 @@ share/gnome/pixmaps/gmfsk/tx.xpm @dirrm share/gnome/help/gmfsk/C/figures @dirrm share/gnome/help/gmfsk/C @dirrm share/gnome/help/gmfsk -@exec scrollkeeper-install -q %D/share/gnome/omf/gmfsk/gmfsk-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gmfsk/gmfsk-C.omf 2>/dev/null || /usr/bin/true |