1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack should

not be together.
This commit is contained in:
Jeremy Messenger 2004-07-26 21:21:18 +00:00
parent b0899ecbf5
commit 695d1990a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114806
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ USE_GMAKE= yes
PREFIX?= ${X11BASE}
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
USE_GNOME= gnomehack gnometarget lthack pkgconfig
USE_GNOME= gnomehack gnometarget pkgconfig
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \
--with-expat-includes=${LOCALBASE}/include \
--with-expat-lib=${LOCALBASE}/lib \

View File

@ -20,7 +20,7 @@ USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_GNOME= gnomehack libgnomeui lthack
USE_GNOME= gnomehack libgnomeui
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"