diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-11 15:25:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-11 15:25:32 +0000 |
commit | b417a4fddb0a4b35da5c2106ff58d0d8f962a3e9 (patch) | |
tree | 9e742a74db2cace536dad52b357e0036f5b46f3d /games | |
parent | da6a904c98bcceaa2023e344a6a63c7385701e07 (diff) | |
download | ports-b417a4fddb0a4b35da5c2106ff58d0d8f962a3e9.tar.gz ports-b417a4fddb0a4b35da5c2106ff58d0d8f962a3e9.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/glife/Makefile | 3 | ||||
-rw-r--r-- | games/gnocatan/Makefile | 2 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 | ||||
-rw-r--r-- | games/pioneers/Makefile | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/games/glife/Makefile b/games/glife/Makefile index 753e79a74255..8df89be300eb 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -14,9 +14,8 @@ DISTNAME= gLife-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter USE_X_PREFIX= yes USE_LIBTOOL= yes diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 470a0f1bf4bf..376ed1c8b007 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index ee12ea9b4cef..4ff817e59c07 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ guile.9:${PORTSDIR}/lang/guile -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index ee12ea9b4cef..4ff817e59c07 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ guile.9:${PORTSDIR}/lang/guile -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index ee12ea9b4cef..4ff817e59c07 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ guile.9:${PORTSDIR}/lang/guile -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 470a0f1bf4bf..376ed1c8b007 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |