diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-05-18 18:03:47 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-05-18 18:03:47 +0000 |
commit | 7bda937f26148dfa9d78378cc502b0af58076a00 (patch) | |
tree | 5a3a6810a835f9b5f9d3eb7038bfd5a31e90b8fd /x11-wm | |
parent | 1b2fcc824133433689ecd0c459f983fac03170a4 (diff) |
Use MAKE_ARGS & libtool 15
Notes
Notes:
svn path=/head/; revision=135567
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epplets/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/epplets/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-wm/libepplet/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/libepplet/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11-wm/libepplet/files/patch-configure | 10 |
5 files changed, 4 insertions, 34 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 6ac3f7f49e71..d69f6a5b72a2 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -26,12 +26,13 @@ USE_GNOME= esound lthack USE_GL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-fsstd +MAKE_ARGS= SUBDIRS="epplets debian" .include <bsd.port.pre.mk> diff --git a/x11-wm/epplets/files/patch-Makefile.in b/x11-wm/epplets/files/patch-Makefile.in deleted file mode 100644 index 7c496c07f610..000000000000 --- a/x11-wm/epplets/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Nov 6 07:09:39 2003 -+++ Makefile.in Mon Dec 8 02:20:28 2003 -@@ -107,7 +107,7 @@ - - AUTOMAKE_OPTIONS = foreign - --SUBDIRS = api epplets debian -+SUBDIRS = epplets debian - - EXTRA_DIST = autogen.sh epplets.spec - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile index 5e42686a469e..3fba6f25d2d7 100644 --- a/x11-wm/libepplet/Makefile +++ b/x11-wm/libepplet/Makefile @@ -20,11 +20,12 @@ USE_X_PREFIX= yes USE_GNOME= imlib USE_GL= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \ EBIN="${X11BASE}/bin" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" +MAKE_ARGS= SUBDIRS="api debian" INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} diff --git a/x11-wm/libepplet/files/patch-Makefile.in b/x11-wm/libepplet/files/patch-Makefile.in deleted file mode 100644 index 7b3384b60be1..000000000000 --- a/x11-wm/libepplet/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Nov 6 07:09:39 2003 -+++ Makefile.in Mon Dec 8 02:20:28 2003 -@@ -107,7 +107,7 @@ - - AUTOMAKE_OPTIONS = foreign - --SUBDIRS = api epplets debian -+SUBDIRS = api debian - - EXTRA_DIST = autogen.sh epplets.spec - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-wm/libepplet/files/patch-configure b/x11-wm/libepplet/files/patch-configure deleted file mode 100644 index 8ed049a52175..000000000000 --- a/x11-wm/libepplet/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Tue Aug 26 12:12:44 2003 -+++ configure Mon Dec 8 02:20:46 2003 -@@ -5414,6 +5414,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |