diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-09 17:43:11 +0000 |
commit | 9e5632dd661f75b5801706e55659a4da501e49b5 (patch) | |
tree | 1a0770d8cc1771f94f7777b9a986bb87029c35d9 /editors | |
parent | 90c653ebbfee158880bc5fc4eb15ad057288510a (diff) | |
download | ports-9e5632dd661f75b5801706e55659a4da501e49b5.tar.gz ports-9e5632dd661f75b5801706e55659a4da501e49b5.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/gedit-plugins/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 2 | ||||
-rw-r--r-- | editors/ghex2/Makefile | 2 | ||||
-rw-r--r-- | editors/mlview/Makefile | 2 | ||||
-rw-r--r-- | editors/xmleditor/Makefile | 2 |
6 files changed, 5 insertions, 6 deletions
diff --git a/editors/Makefile b/editors/Makefile index 381b9f1c72d9..5047419b1d64 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -137,7 +137,6 @@ SUBDIR += openoffice-1.1-dk SUBDIR += openoffice-1.1-el SUBDIR += openoffice-1.1-es - SUBDIR += openoffice-1.1-et SUBDIR += openoffice-1.1-fi SUBDIR += openoffice-1.1-it SUBDIR += openoffice-1.1-nl diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 5a599925c6fe..680dd6c17839 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_VER=13 +USE_INC_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 5013c20f546a..0a1f5b7a0289 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_VER=13 +USE_INC_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 a5671f606949..cde766b44f3e 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack lthack gail libgnomeprintui \ libgnomeui -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 23ce593c947e..aad7a9b541cc 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_AUTOCONF_VER= 253 USE_GNOME= gnomeprefix gnomehack eel2 USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile index e3fe0e58f51e..898644c79acc 100644 --- a/editors/xmleditor/Makefile +++ b/editors/xmleditor/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GNOME= gnomehack libglade USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ |