diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-27 19:01:43 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-27 19:01:43 +0000 |
commit | e64aa26f706e765f06f0af42aa20f58d548f8ca5 (patch) | |
tree | 67b48d523da7002c65e9901f3a1d267815b33e25 | |
parent | b5fc6d08733e90a4e1a61d812eb7d26185cb50e6 (diff) | |
download | ports-e64aa26f706e765f06f0af42aa20f58d548f8ca5.tar.gz ports-e64aa26f706e765f06f0af42aa20f58d548f8ca5.zip |
Notes
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 38cc55034d38..934daa26a374 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -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}" \ diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index c7c53512d8ce..c7ffb90809dd 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -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}" |