diff options
author | krion <krion@FreeBSD.org> | 2004-03-23 16:18:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-23 16:18:21 +0800 |
commit | 911f94f625e28eac6d990e555c3e45c2ec030139 (patch) | |
tree | 06faeee6c964cc60153ee6bcf75821c8d1a51e15 /games | |
parent | b5ec68e99ce2541620cf0f2ec0d687eb29cd27b9 (diff) | |
download | freebsd-ports-gnome-911f94f625e28eac6d990e555c3e45c2ec030139.tar.gz freebsd-ports-gnome-911f94f625e28eac6d990e555c3e45c2ec030139.tar.zst freebsd-ports-gnome-911f94f625e28eac6d990e555c3e45c2ec030139.zip |
- Fix build
Noticed by: bento via kris
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/grhino/Makefile b/games/grhino/Makefile index b0a5f8187541..f12690d2a88f 100644 --- a/games/grhino/Makefile +++ b/games/grhino/Makefile @@ -17,7 +17,7 @@ COMMENT= GRhino Othello/Reversi Program USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= gtk20 gnomeprefix +USE_GNOME= gtk20 gnomeprefix gnomelibs USE_PERL5_BUILD=yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |