diff options
Diffstat (limited to 'x11-wm/epplets/Makefile')
-rw-r--r-- | x11-wm/epplets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 6ac3f7f49e7..d69f6a5b72a 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> |