aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/epplets
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-05-19 02:03:47 +0800
committervs <vs@FreeBSD.org>2005-05-19 02:03:47 +0800
commite9fb51fd62768c5bf402f40f410a3616e6d42fd7 (patch)
treeea5df5ad65e05d2141045b6b5bcbf0b07483937d /x11-wm/epplets
parentbb4c1359ef8ba621dd18bc3a17c0b8d411feea79 (diff)
downloadfreebsd-ports-gnome-e9fb51fd62768c5bf402f40f410a3616e6d42fd7.tar.gz
freebsd-ports-gnome-e9fb51fd62768c5bf402f40f410a3616e6d42fd7.tar.zst
freebsd-ports-gnome-e9fb51fd62768c5bf402f40f410a3616e6d42fd7.zip
Use MAKE_ARGS & libtool 15
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r--x11-wm/epplets/Makefile3
-rw-r--r--x11-wm/epplets/files/patch-Makefile.in11
2 files changed, 2 insertions, 12 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