diff options
author | ade <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
commit | 5b49c19c5242ff2ec52897543245b51c60c4834a (patch) | |
tree | e4cf09605a9a52737e1a94649358c5c4dd0c4e55 /deskutils | |
parent | 229af19ab23506a643b22ee34e21fbd1f7980f07 (diff) | |
download | FreeBSD-ports-5b49c19c5242ff2ec52897543245b51c60c4834a.zip FreeBSD-ports-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.gz |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bulb/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gaddr/Makefile | 4 | ||||
-rw-r--r-- | deskutils/genius/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gnofin/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnucash/Makefile | 7 | ||||
-rw-r--r-- | deskutils/yank/Makefile | 2 |
6 files changed, 9 insertions, 14 deletions
diff --git a/deskutils/bulb/Makefile b/deskutils/bulb/Makefile index b576bfd..b19b416 100644 --- a/deskutils/bulb/Makefile +++ b/deskutils/bulb/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://www.idiap.ch/~gobry/bulb/ MAINTAINER= smoberly@xavier.dyndns.org -LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore \ - intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/deskutils/gaddr/Makefile b/deskutils/gaddr/Makefile index 45fe98e..2c09365 100644 --- a/deskutils/gaddr/Makefile +++ b/deskutils/gaddr/Makefile @@ -7,14 +7,14 @@ PORTNAME= gaddr PORTVERSION= 1.1.4 -CATEGORIES= deskutils +CATEGORIES= deskutils gnome MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/ MAINTAINER= jim@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 .if defined(WITH_GNOME) -LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index cfadce6..6b57c39 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -22,8 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ diff --git a/deskutils/gnofin/Makefile b/deskutils/gnofin/Makefile index c36e570..fbff497 100644 --- a/deskutils/gnofin/Makefile +++ b/deskutils/gnofin/Makefile @@ -7,12 +7,12 @@ PORTNAME= gnofin PORTVERSION= 0.8.0 -CATEGORIES= deskutils +CATEGORIES= deskutils gnome MASTER_SITES= http://download.sourceforge.net/gnofin/ MAINTAINER= jedgar@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ xml.5:${PORTSDIR}/textproc/libxml GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index 75a29c9..3b738db 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -8,17 +8,14 @@ PORTNAME= gnucash PORTVERSION= 1.3.4 -CATEGORIES= deskutils +CATEGORIES= deskutils gnome MASTER_SITES= ftp://www.gnucash.org/pub/gnucash/gnucash/sources/unstable/1.3.x/ MAINTAINER= obrien@FreeBSD.org BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ eperl:${PORTSDIR}/lang/eperl -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - glib12.3:${PORTSDIR}/devel/glib12 \ - gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ guile.6:${PORTSDIR}/lang/guile site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} RUN_DEPENDS= slib48:${PORTSDIR}/lang/slib \ diff --git a/deskutils/yank/Makefile b/deskutils/yank/Makefile index 330ceb2..eb9d7ec 100644 --- a/deskutils/yank/Makefile +++ b/deskutils/yank/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/ MAINTAINER= jedgar@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ xml.5:${PORTSDIR}/textproc/libxml GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |