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 /x11-toolkits | |
parent | f98d151d3cae48ed70c7df565d84b5d9a5beee09 (diff) | |
download | marcuscom-ports-9fbb87ac2566f6d187308604d624baf44262d52b.tar.gz 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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/eel2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gal2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/eel2/Makefile b/x11-toolkits/eel2/Makefile index 69c51f46b..169e57eeb 100644 --- a/x11-toolkits/eel2/Makefile +++ b/x11-toolkits/eel2/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gail libgnomeui -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared --enable-static diff --git a/x11-toolkits/gal2/Makefile b/x11-toolkits/gal2/Makefile index fa2d51bf2..d0d91c3a1 100644 --- a/x11-toolkits/gal2/Makefile +++ b/x11-toolkits/gal2/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomehier lthack intlhack \ libgnomeui libgnomeprintui INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 8a6a49325..fb996a4c1 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas lthack \ intlhack USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 8623dcf04..e74fbc758 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -25,7 +25,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack lthack gnomehier libbonoboui INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |