diff options
Diffstat (limited to 'editors/ghex2/Makefile')
-rw-r--r-- | editors/ghex2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index c1e441059a75..2c4520c651ea 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gail libgnomeprintui libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |