summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-14 14:33:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-14 14:33:23 +0800
commit039fd0b84c7b82bca4a36bae0a19f110f04e1bcc (patch)
tree27349f78a1e950949c7a81c85ff84626c694353b /editors
parent003cebba57bd2c455d360aa85ab95c255a773fc7 (diff)
downloadmarcuscom-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 'editors')
-rw-r--r--editors/gedit-plugins/Makefile2
-rw-r--r--editors/gedit2/Makefile2
-rw-r--r--editors/ghex2/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 6b45b442c..7f56180b2 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_PERL5= yes
USE_X_PREFIX= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack gnomeprefix gnometarget lthack
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index a3440a2f2..7ffa727bd 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier \
libgnomeprintui libgnomeui eel2 gtksourceview
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile
index 097ea3909..ed8004f40 100644
--- a/editors/ghex2/Makefile
+++ b/editors/ghex2/Makefile
@@ -22,7 +22,7 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack lthack gail libgnomeprintui \
libgnomeui
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"