diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-11 04:02:13 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-11 04:02:13 +0800 |
commit | 9fbb87ac2566f6d187308604d624baf44262d52b (patch) | |
tree | b17fe608ea44925dcab99937dcac3fa30caa4e9a /accessibility | |
parent | f98d151d3cae48ed70c7df565d84b5d9a5beee09 (diff) | |
download | marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.gz marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.bz2 marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.lz marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.xz marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.zst marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.zip |
Apply the USE_LIBTOOL_VER -> USE_INC_LIBTOOL_VER changes that were in
the FreeBSD repo's big libtool commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2474 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi/Makefile | 2 | ||||
-rw-r--r-- | accessibility/atk/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gnome-mag/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gnomemag/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index 3de5e8fc2..6156fe3f6 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo lthack intlhack USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 13 +USE_INC_LIBTOOL_VER= 13 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 436970ef1..5eec15d98 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_VER=13 +USE_INC_LIBTOOL_VER=13 USE_GNOME= gnomehack lthack glib20 CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 523772762..28c9d73cd 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile index 523772762..28c9d73cd 100644 --- a/accessibility/gnomemag/Makefile +++ b/accessibility/gnomemag/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |