1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use the correct version of libtool 13 -> 15 to avoid install the *.la files.

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
This commit is contained in:
Jeremy Messenger 2004-07-27 19:01:43 +00:00
parent b5fc6d0873
commit e64aa26f70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114890
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomedb \
libgsf_gnome
USE_PYTHON= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER=13
USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \

View File

@ -44,8 +44,8 @@ HEADERS_SUFX=
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack lthack gnometarget
USE_LIBTOOL_VER=13
USE_GNOME= gnomeprefix gnomehack gnometarget
USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"