diff options
author | nakai <nakai@FreeBSD.org> | 2000-02-12 14:47:49 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-02-12 14:47:49 +0000 |
commit | 42dc177aac72437fa5daf00daa01cd3118fce988 (patch) | |
tree | 793d09244d55a1214013bcf13aca43797723e60a /games | |
parent | ce592b97129674e0d3955c371229dbdfcae50cde (diff) | |
download | FreeBSD-ports-42dc177aac72437fa5daf00daa01cd3118fce988.zip FreeBSD-ports-42dc177aac72437fa5daf00daa01cd3118fce988.tar.gz |
DEPEND fix.
Submitted by: Tsuguru Kato <tkato@prontmail.ne.jp>
Diffstat (limited to 'games')
-rw-r--r-- | games/atomix/Makefile | 3 | ||||
-rw-r--r-- | games/atomix/pkg-descr | 2 | ||||
-rw-r--r-- | games/atomix/pkg-plist | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 4fc0eb8..c8c6c6e 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + xml.5:${PORTSDIR}/textproc/libxml + GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes diff --git a/games/atomix/pkg-descr b/games/atomix/pkg-descr index 6a1f10b..b8ce461 100644 --- a/games/atomix/pkg-descr +++ b/games/atomix/pkg-descr @@ -1 +1,3 @@ a yet another little mind game + +WWW: http://www.informatik.uni-oldenburg.de/~pearl/gnome/atomix.html diff --git a/games/atomix/pkg-plist b/games/atomix/pkg-plist index a237ff8..8d85903 100644 --- a/games/atomix/pkg-plist +++ b/games/atomix/pkg-plist @@ -50,6 +50,7 @@ share/gnome/atomix/themes/katomic/wall-2.png share/gnome/atomix/themes/katomic/wall-3.png share/gnome/atomix/themes/katomic/wall-4.png share/gnome/games/atomix.scores +@exec mkdir -p %D/share/gnome/pixmaps/atomix @dirrm share/gnome/atomix/levels @dirrm share/gnome/atomix/themes/fabian @dirrm share/gnome/atomix/themes/katomic |