diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-16 01:27:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-16 01:27:01 +0800 |
commit | 6c81c9a4056e44e681c555a0ff427389f7800f6f (patch) | |
tree | 68f522eb7dc2fe732e58b65da06cf940feece695 /games/gcompris2 | |
parent | efe8d8a5923661ba593961cd163107be92266035 (diff) | |
download | freebsd-ports-gnome-6c81c9a4056e44e681c555a0ff427389f7800f6f.tar.gz freebsd-ports-gnome-6c81c9a4056e44e681c555a0ff427389f7800f6f.tar.zst freebsd-ports-gnome-6c81c9a4056e44e681c555a0ff427389f7800f6f.zip |
Remove lthack, and add intlhack to fix the build on 4.X.
Reported by: pointyhat via kris
Diffstat (limited to 'games/gcompris2')
-rw-r--r-- | games/gcompris2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 2c4e69fdeeea..cf678af45b5d 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=15 USE_PYTHON= yes USE_SDL= mixer -USE_GNOME= gnomehack lthack gnomeprefix libgnomeui pygnome2 +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ |