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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gucharmap/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 9ad4e9cc5..f4b7d8243 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack lthack intlhack gnomehier gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 9ad4e9cc5..f4b7d8243 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack lthack intlhack gnomehier gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 957b0740d..2d5ad992b 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gtk20 WANT_GNOME= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |