diff options
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index e33d70c..a724f25 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |