diff options
author | ade <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
commit | 5b49c19c5242ff2ec52897543245b51c60c4834a (patch) | |
tree | e4cf09605a9a52737e1a94649358c5c4dd0c4e55 /games | |
parent | 229af19ab23506a643b22ee34e21fbd1f7980f07 (diff) | |
download | freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.gz freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.zst freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.zip |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'games')
-rw-r--r-- | games/atomix/Makefile | 4 | ||||
-rw-r--r-- | games/glife/Makefile | 2 | ||||
-rw-r--r-- | games/gno3dtet/Makefile | 4 | ||||
-rw-r--r-- | games/gtetrinet/Makefile | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index d16e5b3b90e5..4cf79921416b 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -7,13 +7,13 @@ PORTNAME= atomix PORTVERSION= 0.2.0.1 -CATEGORIES= games +CATEGORIES= games gnome MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/ DISTNAME= atomix-0.2.0-1 MAINTAINER= nakai@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/games/glife/Makefile b/games/glife/Makefile index 714fa80341fa..1b8f34119887 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -13,7 +13,7 @@ DISTNAME= gLife-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ glade.3:${PORTSDIR}/devel/libglade USE_X_PREFIX= yes diff --git a/games/gno3dtet/Makefile b/games/gno3dtet/Makefile index e2218e2287cf..fb0436c696a6 100644 --- a/games/gno3dtet/Makefile +++ b/games/gno3dtet/Makefile @@ -7,13 +7,13 @@ PORTNAME= gno3dtet PORTVERSION= 1.6.0 -CATEGORIES= games +CATEGORIES= games gnome MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ EXTRACT_SUFX= .tgz MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GNOME_CONFIG?= ${X11BASE}/bin/gnome-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 737a6d215471..4ee7d095877c 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -6,13 +6,13 @@ PORTNAME= gtetrinet PORTVERSION= 0.4 -CATEGORIES= games +CATEGORIES= games gnome MASTER_SITES= ftp://ftp.netis.com/pub/mirrors1/linuxberg/files/gnome/entertain/ \ ftp://ftp.sunsite.auc.dk/disk1/linuxberg.com/files/gnome/entertain/ MAINTAINER= bugg@bugg.strangled.net -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GTK_CONFIG= "${X11BASE}/bin/gtk12-config" USE_GMAKE= yes |