diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-14 14:33:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-14 14:33:23 +0800 |
commit | 039fd0b84c7b82bca4a36bae0a19f110f04e1bcc (patch) | |
tree | 27349f78a1e950949c7a81c85ff84626c694353b /accessibility | |
parent | 003cebba57bd2c455d360aa85ab95c255a773fc7 (diff) | |
download | marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.tar marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.tar.gz marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.tar.bz2 marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.tar.lz marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.tar.xz marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.tar.zst marcuscom-ports-039fd0b84c7b82bca4a36bae0a19f110f04e1bcc.zip |
s/USE_LIBTOOL=yes/USE_LIBTOOL_VER=13/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2055 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 2 | ||||
-rw-r--r-- | accessibility/dasher/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gail/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gnopernicus/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gok/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index f1a5b389d..86d408a55 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -18,7 +18,7 @@ COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack lthack glib20 CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index eba814c3f..0f0fed891 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gconf2 libglade2 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/accessibility/gail/Makefile b/accessibility/gail/Makefile index 920692ac1..166a4a486 100644 --- a/accessibility/gail/Makefile +++ b/accessibility/gail/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomehack libgnomecanvas CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index a23f28c19..fc6c63ffc 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui atspi -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= SED="${SED}" diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 01a088ced..3b53d961c 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix intlhack lthack libgnomeui atspi libwnck USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |