diff options
-rw-r--r-- | devel/gide/Makefile | 2 | ||||
-rw-r--r-- | devel/pharmacy/Makefile | 2 | ||||
-rw-r--r-- | ftp/gtm/Makefile | 2 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 2 | ||||
-rw-r--r-- | net/gnome-vnc/Makefile | 2 | ||||
-rw-r--r-- | net/gnosamba/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmg/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index 36fb6a817347..555d975eb24f 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://gide.gdev.net/ \ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/devel/pharmacy/Makefile b/devel/pharmacy/Makefile index 6fa0bcb8e719..7ecb1c38e203 100644 --- a/devel/pharmacy/Makefile +++ b/devel/pharmacy/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://pharmacy.learnrespect.org/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index 2527f9c9f526..aa2f213244cf 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \ MAINTAINER= nectar@FreeBSD.org # wget is in BUILD_DEPENDS because the configure script checks for it -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 0c2147cadbce..6c2c0a02143b 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -14,7 +14,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - gnomeui.2:${PORTSDIR}/x11/gnomelibs + gnomeui.3:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/net/gnome-vnc/Makefile b/net/gnome-vnc/Makefile index ab4d5bbb06e1..2863c44fd9a4 100644 --- a/net/gnome-vnc/Makefile +++ b/net/gnome-vnc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.daa.com.au/pub/james/gnome/ MAINTAINER= domi@saargate.de -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index aced461d3b95..d842704ade85 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.open-systems.com/gtksamba/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index 6d8920a12675..fec56bfbbf29 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -16,7 +16,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ esd.2:${PORTSDIR}/audio/esound \ - gnome.2:${PORTSDIR}/x11/gnomelibs + gnome.3:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |