diff options
author | pav <pav@FreeBSD.org> | 2004-04-13 06:58:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-13 06:58:23 +0800 |
commit | 178a986c5ecba0fd4e76c63db1edb2c95c56cd32 (patch) | |
tree | a0cce7f8be1c1ebe5ae216f59fe602de58dbc82f /games/grhino | |
parent | 1d17a6b0ff0dcb8f94d42a7b219d11d5fbac557f (diff) | |
download | freebsd-ports-gnome-178a986c5ecba0fd4e76c63db1edb2c95c56cd32.tar.gz freebsd-ports-gnome-178a986c5ecba0fd4e76c63db1edb2c95c56cd32.tar.zst freebsd-ports-gnome-178a986c5ecba0fd4e76c63db1edb2c95c56cd32.zip |
- Correct dependency [1]
- Optimize dependencies
- Add mandatory ScrollKeeper lines to pkg-plist
PR: ports/65467 [1]
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Diffstat (limited to 'games/grhino')
-rw-r--r-- | games/grhino/Makefile | 4 | ||||
-rw-r--r-- | games/grhino/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index 27254c4e3350..8739e64b664f 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -15,11 +15,9 @@ MASTER_SITE_SUBDIR= rhino MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= GRhino Othello/Reversi Program -USE_GETTEXT= yes -USE_ICONV= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= gtk20 gnomeprefix gnomelibs pkgconfig +USE_GNOME= gnomeprefix libgnomeui USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/grhino/pkg-plist b/games/grhino/pkg-plist index d7822122de84..107c7586a675 100644 --- a/games/grhino/pkg-plist +++ b/games/grhino/pkg-plist @@ -24,6 +24,8 @@ share/gnome/help/grhino/C/preferences-0.html share/gnome/help/grhino/C/preferences-1.html share/gnome/help/grhino/C/preferences-2.html share/gnome/help/grhino/C/grhino-C.omf +@exec scrollkeeper-install -q %D/share/gnome/help/grhino/C/grhino-C.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/help/grhino/C/grhino-C.omf 2>/dev/null || /usr/bin/true share/gnome/help/grhino/C/grhino.xml @dirrm share/gnome/help/grhino/C @dirrm share/gnome/help/grhino |