diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-12 22:58:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-12 22:58:23 +0000 |
commit | 5b8a3fa5407f91a5333a2db45fa4228b47adfb4e (patch) | |
tree | d3cf720ff012dfb14f7b6f3276768459135f7474 /games/grhino/Makefile | |
parent | 6ba4fc2cd3406ee4c3442a62ac385fed4dcc0502 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=106846
Diffstat (limited to 'games/grhino/Makefile')
-rw-r--r-- | games/grhino/Makefile | 4 |
1 files changed, 1 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" \ |